| commit | 12acd6ea8c5dcec953061144b82002d984967807 | [log] [tgz] |
|---|---|---|
| author | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Mar 11 16:55:14 2014 |
| committer | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Mar 11 16:55:14 2014 |
| tree | 0e5c8d5d949d4b086a547b1dded3a92e57f8b027 | |
| parent | cdefc91ffc377dfc4036b41cf60f431d14304941 [diff] |
Reorder includes in audio_processing_impl_unittest. TBR=aluebs Review URL: https://webrtc-codereview.appspot.com/9779005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5680 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/audio_processing_impl_unittest.cc b/webrtc/modules/audio_processing/audio_processing_impl_unittest.cc index 3871527..0957617 100644 --- a/webrtc/modules/audio_processing/audio_processing_impl_unittest.cc +++ b/webrtc/modules/audio_processing/audio_processing_impl_unittest.cc
@@ -10,9 +10,9 @@ #include "webrtc/modules/audio_processing/audio_processing_impl.h" -#include "webrtc/config.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" +#include "webrtc/config.h" #include "webrtc/modules/audio_processing/test/test_utils.h" #include "webrtc/modules/interface/module_common_types.h"