aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-21 18:31:58 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-21 18:31:58 +0000
commitda5b43c80cd1063c1fbafbcb87db1b224ddbbff2 (patch)
treebd58b6b61fd08c6b4322e637c22b0a9f22d0e57b /cfile.c
parent702b6ea7d0f1b8662434f92762f8e01a30dd5c43 (diff)
Don't include header files that are not required
svn path=/trunk/; revision=30050
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>