Index: webrtc/common_audio/resampler/resampler_unittest.cc |
diff --git a/webrtc/common_audio/resampler/resampler_unittest.cc b/webrtc/common_audio/resampler/resampler_unittest.cc |
index 4c10f932de4e137627ab7f9cf82befa9ac392959..4f50363288dc665da597349fab76aeb76580a6ec 100644 |
--- a/webrtc/common_audio/resampler/resampler_unittest.cc |
+++ b/webrtc/common_audio/resampler/resampler_unittest.cc |
@@ -8,9 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/test/gtest.h" |
- |
#include "webrtc/common_audio/resampler/include/resampler.h" |
+#include "webrtc/test/gtest.h" |
// TODO(andrew): this is a work-in-progress. Many more tests are needed. |