| Index: talk/media/devices/linuxdevicemanager.cc
|
| diff --git a/talk/media/devices/linuxdevicemanager.cc b/talk/media/devices/linuxdevicemanager.cc
|
| index 25be321c5e580b60019089e37af631c977ac6baf..f777bd6f141c3896c2617e021c3938318d994901 100644
|
| --- a/talk/media/devices/linuxdevicemanager.cc
|
| +++ b/talk/media/devices/linuxdevicemanager.cc
|
| @@ -31,10 +31,6 @@
|
| #include "talk/media/base/mediacommon.h"
|
| #include "talk/media/devices/libudevsymboltable.h"
|
| #include "talk/media/devices/v4llookup.h"
|
| -#include "webrtc/sound/platformsoundsystem.h"
|
| -#include "webrtc/sound/platformsoundsystemfactory.h"
|
| -#include "webrtc/sound/sounddevicelocator.h"
|
| -#include "webrtc/sound/soundsysteminterface.h"
|
| #include "webrtc/base/fileutils.h"
|
| #include "webrtc/base/linux.h"
|
| #include "webrtc/base/logging.h"
|
| @@ -43,6 +39,10 @@
|
| #include "webrtc/base/stream.h"
|
| #include "webrtc/base/stringutils.h"
|
| #include "webrtc/base/thread.h"
|
| +#include "webrtc/sound/platformsoundsystem.h"
|
| +#include "webrtc/sound/platformsoundsystemfactory.h"
|
| +#include "webrtc/sound/sounddevicelocator.h"
|
| +#include "webrtc/sound/soundsysteminterface.h"
|
|
|
| namespace cricket {
|
|
|
|
|