Index: webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc |
diff --git a/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc b/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc |
index 9a52e5cc1f11d5146053112c17a050c4a6335269..c38fc435c594836486ac495053fed32dedbe554b 100644 |
--- a/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc |
+++ b/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc |
@@ -42,6 +42,9 @@ |
#include <memory> |
#include <vector> |
+#include "webrtc/base/logging.h" |
+#include "webrtc/base/optional.h" |
+#include "webrtc/base/pathutils.h" |
#include "webrtc/common_audio/wav_file.h" |
#include "webrtc/modules/audio_processing/test/conversational_speech/config.h" |
#include "webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader_factory.h" |
@@ -49,9 +52,6 @@ |
#include "webrtc/modules/audio_processing/test/conversational_speech/simulator.h" |
#include "webrtc/modules/audio_processing/test/conversational_speech/timing.h" |
#include "webrtc/modules/audio_processing/test/conversational_speech/wavreader_factory.h" |
-#include "webrtc/rtc_base/logging.h" |
-#include "webrtc/rtc_base/optional.h" |
-#include "webrtc/rtc_base/pathutils.h" |
#include "webrtc/test/gmock.h" |
#include "webrtc/test/gtest.h" |
#include "webrtc/test/testsupport/fileutils.h" |