Index: webrtc/modules/video_coding/main/source/generic_decoder.cc |
diff --git a/webrtc/modules/video_coding/main/source/generic_decoder.cc b/webrtc/modules/video_coding/main/source/generic_decoder.cc |
index 4f4a09b0581f66250b8fa0d6bcd9f5cf1826ecf6..7d0d7e03b86d7dc4625c6b4e1832af61f0536d17 100644 |
--- a/webrtc/modules/video_coding/main/source/generic_decoder.cc |
+++ b/webrtc/modules/video_coding/main/source/generic_decoder.cc |
@@ -8,11 +8,11 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
+#include "webrtc/base/logging.h" |
#include "webrtc/modules/video_coding/main/interface/video_coding.h" |
#include "webrtc/modules/video_coding/main/source/generic_decoder.h" |
#include "webrtc/modules/video_coding/main/source/internal_defines.h" |
#include "webrtc/system_wrappers/include/clock.h" |
-#include "webrtc/system_wrappers/include/logging.h" |
namespace webrtc { |