From d12d5a606c142c887d966deeca82377b80a4d5e6 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 4 May 2012 21:29:00 +0000 Subject: AFAICT sys/types.h & netinet/in.h #includes are not needed for these files. (Let's see if any of the buildbots give any errors). Also: remove trailing whitespace on lines. svn path=/trunk/; revision=42429 --- epan/dissectors/packet-ansi_683.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'epan/dissectors/packet-ansi_683.c') diff --git a/epan/dissectors/packet-ansi_683.c b/epan/dissectors/packet-ansi_683.c index 0cd8524fcf..fd6a38b1bd 100644 --- a/epan/dissectors/packet-ansi_683.c +++ b/epan/dissectors/packet-ansi_683.c @@ -34,14 +34,6 @@ # include "config.h" #endif -#ifdef HAVE_SYS_TYPES_H -# include -#endif - -#ifdef HAVE_NETINET_IN_H -# include -#endif - #include #include -- cgit v1.2.1