| Index: webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| index 2af6b5bd86e38b80f004c0a3734050c652f7406d..a819bf4812cc51dc1883a43e380a384e8306c93f 100644
|
| --- a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
|
| @@ -14,7 +14,6 @@
|
| #include <stdio.h>
|
| #include <string.h>
|
|
|
| -#include "webrtc/engine_configurations.h"
|
| #include "webrtc/system_wrappers/include/event_wrapper.h"
|
| #include "webrtc/voice_engine/include/voe_neteq_stats.h"
|
| #include "webrtc/voice_engine/test/auto_test/automated_mode.h"
|
| @@ -22,6 +21,7 @@
|
| #include "webrtc/voice_engine/test/auto_test/voe_stress_test.h"
|
| #include "webrtc/voice_engine/test/auto_test/voe_test_defines.h"
|
| #include "webrtc/voice_engine/voice_engine_defines.h"
|
| +#include "webrtc/voice_engine_configurations.h"
|
|
|
| DEFINE_bool(include_timing_dependent_tests, true,
|
| "If true, we will include tests / parts of tests that are known "
|
|
|