| Index: webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
|
| diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
|
| index 6936352acaa45062824a190b7e7db5b2e2934ffb..6b2779a6db95faddbf7691460ba76202ce6552f6 100644
|
| --- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
|
| +++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
|
| @@ -11,10 +11,12 @@
|
| #ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RTCP_DEFINES_H_
|
| #define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RTCP_DEFINES_H_
|
|
|
| +#pragma message("WARNING: rtp_rtcp/interface is DEPRECATED; use rtp_rtcp/include")
|
| +
|
| #include <stddef.h>
|
| #include <list>
|
|
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
| #include "webrtc/typedefs.h"
|
|
|
|
|