aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sctp.c')
-rw-r--r--epan/dissectors/packet-sctp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sctp.c b/epan/dissectors/packet-sctp.c
index 23bddce262..55e3cbb7a3 100644
--- a/epan/dissectors/packet-sctp.c
+++ b/epan/dissectors/packet-sctp.c
@@ -53,8 +53,8 @@
#include <string.h>
-#include <epan/prefs.h>
#include <epan/packet.h>
+#include <epan/prefs.h>
#include <epan/exceptions.h>
#include <epan/tap.h>
#include <epan/exported_pdu.h>
@@ -62,7 +62,6 @@
#include <epan/addr_resolv.h>
#include <epan/sctpppids.h>
#include <epan/uat.h>
-#include <epan/wmem/wmem.h>
#include <epan/expert.h>
#include <epan/conversation_table.h>
#include <epan/show_exception.h>