aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util-unix.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-04 19:24:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-04 19:24:40 +0000
commitc922091c097ff8de55f42f699dd713fcca84042e (patch)
treee5e1f740ba75b728f9983014b9ac86d6899ea16c /pcap-util-unix.c
parent0861927ce30146be75bcb57b6939c0fd9fee43b3 (diff)
this file doesn't use any item of the globals.h so remove #include.
However, if it needs one of: #include "file.h" #include <epan/timestamp.h> it should include it directly, please let me know if it's required, as I can't test it :-( svn path=/trunk/; revision=13290
Diffstat (limited to 'pcap-util-unix.c')
-rw-r--r--pcap-util-unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pcap-util-unix.c b/pcap-util-unix.c
index d9a697ee76..ae14754aba 100644
--- a/pcap-util-unix.c
+++ b/pcap-util-unix.c
@@ -60,8 +60,6 @@ struct rtentry;
# include <sys/sockio.h>
#endif
-#include "globals.h"
-
#include "pcap-util.h"
#include "pcap-util-int.h"