| Index: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| index b9cd9e9b64bbb0f4a9308ecba61a034c698cd6c4..4e95e4fe8ffc2c4bfe3b7966a2862655df8a6a59 100644
|
| --- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| +++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
|
| @@ -13,7 +13,6 @@
|
|
|
| #include <assert.h>
|
|
|
| -#include "webrtc/common.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/engine_configurations.h"
|
| #include "webrtc/voice_engine/include/voe_audio_processing.h"
|
| @@ -65,7 +64,6 @@ class BeforeInitializationFixture : public testing::Test {
|
| webrtc::VoEHardware* voe_hardware_;
|
| webrtc::VoEExternalMedia* voe_xmedia_;
|
| webrtc::VoENetEqStats* voe_neteq_stats_;
|
| - webrtc::Config config_;
|
| };
|
|
|
| #endif // SRC_VOICE_ENGINE_MAIN_TEST_AUTO_TEST_STANDARD_TEST_BASE_H_
|
|
|