aboutsummaryrefslogtreecommitdiffstats
path: root/ui/export_object_http.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-10-17 03:01:12 +0000
committerBill Meier <wmeier@newsguy.com>2012-10-17 03:01:12 +0000
commit74999941611002296b3e54294aa9f5790627039c (patch)
tree8ced4b1b027f893ff5ae43c9c2c2702742c817b3 /ui/export_object_http.c
parenta060ba49732a886a4e9f72287e3854f1d55f738e (diff)
#include <gtk/gtk.h> not req'd; Fixes compile errors
svn path=/trunk/; revision=45612
Diffstat (limited to 'ui/export_object_http.c')
-rw-r--r--ui/export_object_http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/export_object_http.c b/ui/export_object_http.c
index c7abf67581..8692f281ea 100644
--- a/ui/export_object_http.c
+++ b/ui/export_object_http.c
@@ -28,7 +28,6 @@
#include "config.h"
#include <glib.h>
-#include <gtk/gtk.h>
#include <epan/dissectors/packet-http.h>
#include <epan/tap.h>