Index: webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h |
diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h b/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h |
index 2809996b25120a43841da874ad0aebaef238a96f..47de110f133df035ee45f613c6dbad3389bbe9ad 100644 |
--- a/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h |
+++ b/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h |
@@ -10,7 +10,9 @@ |
#ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_HEADER_PARSER_H_ |
#define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_HEADER_PARSER_H_ |
-#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" |
+#pragma message("WARNING: rtp_rtcp/interface is DEPRECATED; use rtp_rtcp/include") |
+ |
+#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |