| Index: webrtc/modules/audio_coding/test/TestStereo.cc
|
| diff --git a/webrtc/modules/audio_coding/test/TestStereo.cc b/webrtc/modules/audio_coding/test/TestStereo.cc
|
| index abc61796eeb91d00f1eae4a92c64d495f07b64f1..572a08c21e60fd71b389ca6cb728d5336faa3d21 100644
|
| --- a/webrtc/modules/audio_coding/test/TestStereo.cc
|
| +++ b/webrtc/modules/audio_coding/test/TestStereo.cc
|
| @@ -15,12 +15,12 @@
|
| #include <string>
|
|
|
| #include "webrtc/common_types.h"
|
| -#include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
|
| #include "webrtc/modules/audio_coding/test/utility.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
| #include "webrtc/test/gtest.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
| +#include "webrtc/voice_engine_configurations.h"
|
|
|
| namespace webrtc {
|
|
|
|
|