aboutsummaryrefslogtreecommitdiffstats
path: root/clopts_common.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 01:22:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 01:22:35 +0000
commit687cbef1a851fe237b6242991d596b603bb205b2 (patch)
treebbd4d3204b59ddf254dc12630f6e2219143d4e9b /clopts_common.c
parent725a05be3f9f2a4fbb8cd0a5198c1c6101032f7d (diff)
No need to include epan header files here; include things directly as necessary.
svn path=/trunk/; revision=50520
Diffstat (limited to 'clopts_common.c')
-rw-r--r--clopts_common.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/clopts_common.c b/clopts_common.c
index 53cf2363d3..4143013bda 100644
--- a/clopts_common.c
+++ b/clopts_common.c
@@ -26,10 +26,7 @@
#include <stdio.h>
#include <string.h>
-
-#include <epan/proto.h>
-#include <epan/packet.h>
-#include <epan/prefs.h>
+#include <stdlib.h>
#include "clopts_common.h"
#include "cmdarg_err.h"