Index: webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
index 28830f2e661678316214feb17e5c8ac5e07ea92c..dde9d49bd0ce8a043024519ad42dafcbd60c00ed 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc |
@@ -27,9 +27,9 @@ |
#include <stdio.h> |
#endif |
+#include "webrtc/base/logging.h" |
#include "webrtc/modules/rtp_rtcp/source/byte_io.h" |
#include "webrtc/system_wrappers/interface/tick_util.h" |
-#include "webrtc/system_wrappers/interface/logging.h" |
#if (defined(_DEBUG) && defined(_WIN32) && (_MSC_VER >= 1400)) |
#define DEBUG_PRINT(...) \ |