| Index: webrtc/modules/interface/module.h
|
| diff --git a/webrtc/modules/interface/module.h b/webrtc/modules/interface/module.h
|
| index ffd3065a5c07bd7fb73698a4fcb5a8b1798ae859..563d1ff5f14bb9d78b843e9ea8bd834eddf2c351 100644
|
| --- a/webrtc/modules/interface/module.h
|
| +++ b/webrtc/modules/interface/module.h
|
| @@ -11,6 +11,8 @@
|
| #ifndef MODULES_INTERFACE_MODULE_H_
|
| #define MODULES_INTERFACE_MODULE_H_
|
|
|
| +#pragma message("WARNING: webrtc/modules/include is DEPRECATED; use webrtc/modules/include")
|
| +
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|