summaryrefslogtreecommitdiff
path: root/res/res_hep_rtcp.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-08-14 21:16:05 +0000
committerMatthew Jordan <mjordan@digium.com>2014-08-14 21:16:05 +0000
commitcce3d9ec5c968dbc04c0939aa7ef19972fa8d257 (patch)
treea0faf0d9aca1885fedb2c593ff0e5d0a6349ad1a /res/res_hep_rtcp.c
parentfa02e06132818ad6e2134eb60a596f1bbd484de9 (diff)
res/res_hep_rtcp: Remove dependency on PJSIP
The res_hep_rtcp module was incorrectly including <pjsip.h>. This didn't need to be included, as the module does not using PJPROJECT any fashion. Unfortunately, because res_hep_rtcp did not include pjsip in its MODULEINFO as a dependency, this also meant that res_hep_rtcp will fail to compile on a system without PJPROJECT. This patch removes the include. Thanks to Damien Wedhorn for pointing this out in #asterisk-dev. ASTERISK-24236 #close Reported by: Damien Wedhorn, Matt Jordan Tested by: Damien Wedhorn ........ Merged revisions 421064 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@421065 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_hep_rtcp.c')
-rw-r--r--res/res_hep_rtcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/res_hep_rtcp.c b/res/res_hep_rtcp.c
index bb96c8dd3..fe39f195b 100644
--- a/res/res_hep_rtcp.c
+++ b/res/res_hep_rtcp.c
@@ -33,8 +33,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <pjsip.h>
-
#include "asterisk/res_hep.h"
#include "asterisk/module.h"
#include "asterisk/netsock2.h"