aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-05-05 20:51:14 +0000
committerBill Meier <wmeier@newsguy.com>2012-05-05 20:51:14 +0000
commita70345065967a50ebaeff22707b36b7f6463f926 (patch)
tree95644329f48aab41554f84a031d5e9ec98c71ef4 /summary.c
parentec696f6dc063cae2fa8802af2e9621ed9187b4be (diff)
AFAICT '#include sys/types.h' is not needed for these files.
svn path=/trunk/; revision=42443
Diffstat (limited to 'summary.c')
-rw-r--r--summary.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/summary.c b/summary.c
index 1f92df8e39..844573b8ac 100644
--- a/summary.c
+++ b/summary.c
@@ -26,9 +26,9 @@
# include "config.h"
#endif
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
+//#ifdef HAVE_SYS_TYPES_H
+//#include <sys/types.h>
+//#endif
#include <epan/packet.h>
#include "cfile.h"