aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-conference.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-xmpp-conference.c')
-rw-r--r--epan/dissectors/packet-xmpp-conference.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/epan/dissectors/packet-xmpp-conference.c b/epan/dissectors/packet-xmpp-conference.c
index 6152f9bc4e..47b816bf88 100644
--- a/epan/dissectors/packet-xmpp-conference.c
+++ b/epan/dissectors/packet-xmpp-conference.c
@@ -26,15 +26,12 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
-#include <epan/dissectors/packet-xml.h>
-
-#include <packet-xmpp.h>
-#include <packet-xmpp-utils.h>
-#include <packet-xmpp-conference.h>
+#include "packet-xml.h"
+#include "packet-xmpp.h"
+#include "packet-xmpp-utils.h"
+#include "packet-xmpp-conference.h"
static void xmpp_conf_desc(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, xmpp_element_t *element);