aboutsummaryrefslogtreecommitdiffstats
path: root/ui/follow.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-09-09 23:33:51 +0000
committerGuy Harris <guy@alum.mit.edu>2013-09-09 23:33:51 +0000
commit0df1640896a221e2a3649984b46d9ef1f9ea6dec (patch)
tree6f26000fb65070e40a43f744b869313df6f54821 /ui/follow.h
parentd3f277c01503665cd20735fd768969053469837c (diff)
Get rid of a whole bunch of things that are supposed to be included by
source files rather than header files in most if not all cases. svn path=/trunk/; revision=51908
Diffstat (limited to 'ui/follow.h')
-rw-r--r--ui/follow.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/ui/follow.h b/ui/follow.h
index ceb59ca025..f43df5ddb0 100644
--- a/ui/follow.h
+++ b/ui/follow.h
@@ -26,24 +26,6 @@
#ifndef __FOLLOW__H__
#define __FOLLOW__H__
-#include "glib.h"
-
-#include <epan/follow.h>
-#include <epan/dissectors/packet-ipv6.h>
-#include <epan/prefs.h>
-#include <epan/addr_resolv.h>
-#include <epan/charsets.h>
-#include <epan/epan_dissect.h>
-#include <epan/filesystem.h>
-#include <epan/ipproto.h>
-#include <epan/charsets.h>
-
-#include "config.h"
-#include "globals.h"
-#include "file.h"
-
-#include "version_info.h"
-
#ifdef SSL_PLUGIN
#include "packet-ssl-utils.h"
#else