From: Corey Farrell Date: Wed, 29 Apr 2015 11:26:13 +0000 (-0400) Subject: res_pjsip: Remove incorrect MODULEINFO from presence_xml.c. X-Git-Tag: 14.0.0-beta1~1020^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881844297aae505e86081814be74341000c39666;p=thirdparty%2Fasterisk.git res_pjsip: Remove incorrect MODULEINFO from presence_xml.c. Remove incorrect MODULEINFO block and unneeded header includes from presence_xml.c. ASTERISK-25027 Reported by: Corey Farrell Change-Id: I977c609ab9d1fe05373027c4138900f6985990eb --- diff --git a/res/res_pjsip/presence_xml.c b/res/res_pjsip/presence_xml.c index 2fe6bdc00a..12bfa078c5 100644 --- a/res/res_pjsip/presence_xml.c +++ b/res/res_pjsip/presence_xml.c @@ -16,14 +16,6 @@ * at the top of the source tree. */ -/*** MODULEINFO - pjproject - res_pjsip - res_pjsip_pubsub - res_pjsip_exten_state - core - ***/ - #include "asterisk.h" #include @@ -31,10 +23,8 @@ #include #include "asterisk/module.h" -#include "asterisk/res_pjsip.h" -#include "asterisk/res_pjsip_pubsub.h" +#include "asterisk/pbx.h" #include "asterisk/res_pjsip_presence_xml.h" -#include "asterisk/res_pjsip_body_generator_types.h" void ast_sip_sanitize_xml(const char *input, char *output, size_t len) {