Index: webrtc/modules/rtp_rtcp/source/forward_error_correction.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc b/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc |
index 48126cec55796f71e1f6a03ef8d0241783848bbd..aad418f015e642f14d37d43ff095d9a8d5550239 100644 |
--- a/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc |
+++ b/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc |
@@ -17,10 +17,10 @@ |
#include <algorithm> |
#include <iterator> |
+#include "webrtc/base/logging.h" |
#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" |
#include "webrtc/modules/rtp_rtcp/source/byte_io.h" |
#include "webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.h" |
-#include "webrtc/system_wrappers/interface/logging.h" |
namespace webrtc { |