aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc')
-rw-r--r--webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc19
1 files changed, 10 insertions, 9 deletions
diff --git a/webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc b/webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc
index 58ad6c8736..c4f9a47067 100644
--- a/webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc
+++ b/webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc
@@ -8,21 +8,22 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "EncodeDecodeTest.h"
+#include "webrtc/modules/audio_coding/main/test/EncodeDecodeTest.h"
-#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <string>
-#include "gtest/gtest.h"
+#include <sstream>
+#include <string>
-#include "audio_coding_module.h"
-#include "common_types.h"
-#include "testsupport/fileutils.h"
-#include "trace.h"
-#include "utility.h"
+#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/common_types.h"
+#include "webrtc/modules/audio_coding/main/interface/audio_coding_module.h"
+#include "webrtc/modules/audio_coding/main/source/acm_common_defs.h"
+#include "webrtc/modules/audio_coding/main/test/utility.h"
+#include "webrtc/system_wrappers/interface/trace.h"
+#include "webrtc/test/testsupport/fileutils.h"
namespace webrtc {