aboutsummaryrefslogtreecommitdiff
path: root/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-21 13:52:32 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-21 13:52:32 +0000
commit956aa7e0874f2e08c335a82a2c32f400fac8b031 (patch)
tree2217e5cc76bd6d5c1ade26239fc687221bd69d42 /webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
parent8a025e26db985a128023f43dfa6abc7b9c2d1a72 (diff)
downloadwebrtc-956aa7e0874f2e08c335a82a2c32f400fac8b031.tar.gz
Include files from webrtc/.. paths in voice_engine/
BUG=1662 R=henrikg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1434005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4079 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h')
-rw-r--r--webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h36
1 files changed, 18 insertions, 18 deletions
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 22fb541f00..c1b0f38c61 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,24 +13,24 @@
#include <assert.h>
-#include "common_types.h"
-#include "engine_configurations.h"
-#include "test/testsupport/gtest_disable.h"
-#include "voice_engine/include/voe_audio_processing.h"
-#include "voice_engine/include/voe_base.h"
-#include "voice_engine/include/voe_call_report.h"
-#include "voice_engine/include/voe_codec.h"
-#include "voice_engine/include/voe_dtmf.h"
-#include "voice_engine/include/voe_encryption.h"
-#include "voice_engine/include/voe_errors.h"
-#include "voice_engine/include/voe_external_media.h"
-#include "voice_engine/include/voe_file.h"
-#include "voice_engine/include/voe_hardware.h"
-#include "voice_engine/include/voe_neteq_stats.h"
-#include "voice_engine/include/voe_network.h"
-#include "voice_engine/include/voe_rtp_rtcp.h"
-#include "voice_engine/include/voe_video_sync.h"
-#include "voice_engine/include/voe_volume_control.h"
+#include "webrtc/common_types.h"
+#include "webrtc/engine_configurations.h"
+#include "webrtc/test/testsupport/gtest_disable.h"
+#include "webrtc/voice_engine/include/voe_audio_processing.h"
+#include "webrtc/voice_engine/include/voe_base.h"
+#include "webrtc/voice_engine/include/voe_call_report.h"
+#include "webrtc/voice_engine/include/voe_codec.h"
+#include "webrtc/voice_engine/include/voe_dtmf.h"
+#include "webrtc/voice_engine/include/voe_encryption.h"
+#include "webrtc/voice_engine/include/voe_errors.h"
+#include "webrtc/voice_engine/include/voe_external_media.h"
+#include "webrtc/voice_engine/include/voe_file.h"
+#include "webrtc/voice_engine/include/voe_hardware.h"
+#include "webrtc/voice_engine/include/voe_neteq_stats.h"
+#include "webrtc/voice_engine/include/voe_network.h"
+#include "webrtc/voice_engine/include/voe_rtp_rtcp.h"
+#include "webrtc/voice_engine/include/voe_video_sync.h"
+#include "webrtc/voice_engine/include/voe_volume_control.h"
#include "webrtc/voice_engine/test/auto_test/voe_test_common.h"
#include "testing/gmock/include/gmock/gmock.h"