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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 6246efaad6..6257213f28 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -30,15 +30,12 @@
#include "config.h"
-#include <stdlib.h>
-#include <string.h>
#include <errno.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 <epan/stats_tree.h>
#include <epan/to_str.h>
@@ -55,7 +52,6 @@ typedef enum _http_type {
HTTP_OTHERS
} http_type_t;
-#include <epan/tap.h>
void proto_register_http(void);
void proto_reg_handoff_http(void);