| Index: webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| index f907408573b6e506ab8618928dca13ea566f4463..5fd3179e3d4288131a1e39ff223a311e3b266e45 100644
|
| --- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| +++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| @@ -11,11 +11,13 @@
|
| #ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RTCP_H_
|
| #define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RTCP_H_
|
|
|
| +#pragma message("WARNING: rtp_rtcp/interface is DEPRECATED; use rtp_rtcp/include")
|
| +
|
| #include <set>
|
| #include <vector>
|
|
|
| -#include "webrtc/modules/interface/module.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
| +#include "webrtc/modules/include/module.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
|
|
| namespace webrtc {
|
| // Forward declarations.
|
|
|