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 073ff4441f784cf35ccd7cd708666e5348d8b436..ce351418033d617fca141c5f8a5dada8e473c728 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 |
@@ -19,7 +19,6 @@ |
#include "webrtc/voice_engine/include/voe_codec.h" |
#include "webrtc/voice_engine/include/voe_errors.h" |
#include "webrtc/voice_engine/include/voe_file.h" |
-#include "webrtc/voice_engine/include/voe_hardware.h" |
#include "webrtc/voice_engine/include/voe_network.h" |
#include "webrtc/voice_engine/include/voe_rtp_rtcp.h" |
#include "webrtc/voice_engine/test/auto_test/voe_test_common.h" |
@@ -50,7 +49,6 @@ class BeforeInitializationFixture : public testing::Test { |
webrtc::VoERTP_RTCP* voe_rtp_rtcp_; |
webrtc::VoENetwork* voe_network_; |
webrtc::VoEFile* voe_file_; |
- webrtc::VoEHardware* voe_hardware_; |
}; |
#endif // SRC_VOICE_ENGINE_MAIN_TEST_AUTO_TEST_STANDARD_TEST_BASE_H_ |