aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-21 18:31:58 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-21 18:31:58 +0000
commit89d3b203c7e84d40162445bd7713cf722fc03583 (patch)
treebd58b6b61fd08c6b4322e637c22b0a9f22d0e57b /cfile.c
parent92148bda1ed9ae88ae64eeaf620cd4e3ad225c38 (diff)
Don't include header files that are not required
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30050 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cfile.c b/cfile.c
index e8a6be618a..e9f1f08332 100644
--- a/cfile.c
+++ b/cfile.c
@@ -27,12 +27,6 @@
# include "config.h"
#endif
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-#include <stdlib.h>
-
#include <glib.h>
#include <epan/packet.h>