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)
{