Index: webrtc/modules/video_coding/generic_decoder.cc |
diff --git a/webrtc/modules/video_coding/generic_decoder.cc b/webrtc/modules/video_coding/generic_decoder.cc |
index a9a1e8f8af80cb35d53982a2cde448fd91cf7d56..722b0b41546fad58afeaa96564741f150da7fec9 100644 |
--- a/webrtc/modules/video_coding/generic_decoder.cc |
+++ b/webrtc/modules/video_coding/generic_decoder.cc |
@@ -8,13 +8,13 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/video_coding/generic_decoder.h" |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
+#include "webrtc/base/timeutils.h" |
+#include "webrtc/base/trace_event.h" |
#include "webrtc/modules/video_coding/include/video_coding.h" |
+#include "webrtc/modules/video_coding/generic_decoder.h" |
#include "webrtc/modules/video_coding/internal_defines.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/logging.h" |
-#include "webrtc/rtc_base/timeutils.h" |
-#include "webrtc/rtc_base/trace_event.h" |
#include "webrtc/system_wrappers/include/clock.h" |
namespace webrtc { |