| Index: webrtc/modules/audio_coding/test/opus_test.cc
|
| diff --git a/webrtc/modules/audio_coding/test/opus_test.cc b/webrtc/modules/audio_coding/test/opus_test.cc
|
| index d3f7b7aafa4b5321983900bd6c335fefeb8cd99b..4b3cb6ba5a0a91e4baad9ca04f6b7c80f01127fe 100644
|
| --- a/webrtc/modules/audio_coding/test/opus_test.cc
|
| +++ b/webrtc/modules/audio_coding/test/opus_test.cc
|
| @@ -15,7 +15,6 @@
|
| #include <string>
|
|
|
| #include "webrtc/common_types.h"
|
| -#include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
|
| #include "webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
|
| #include "webrtc/modules/audio_coding/test/TestStereo.h"
|
| @@ -23,6 +22,7 @@
|
| #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 {
|
|
|
|
|