aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-http.c')
-rw-r--r--epan/dissectors/packet-http.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index ebb8e0e306..6246efaad6 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -34,22 +34,19 @@
#include <string.h>
#include <errno.h>
-#include <glib.h>
-#include <epan/conversation.h>
#include <epan/packet.h>
+#include <epan/prefs.h>
+#include <epan/expert.h>
+#include <epan/uat.h>
+#include <epan/conversation.h>
#include <epan/strutil.h>
-#include <wsutil/base64.h>
#include <epan/stats_tree.h>
#include <epan/to_str.h>
-
#include <epan/req_resp_hdrs.h>
+#include <wsutil/base64.h>
#include "packet-http.h"
#include "packet-tcp.h"
#include "packet-ssl.h"
-#include <epan/prefs.h>
-#include <epan/expert.h>
-#include <epan/uat.h>
-#include <epan/wmem/wmem.h>
typedef enum _http_type {
HTTP_REQUEST,