aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-02-16 08:38:23 +0000
committerGuy Harris <guy@alum.mit.edu>2008-02-16 08:38:23 +0000
commit7eac554d0282d3e4ddeca8bbf6c86f9c9daa63be (patch)
treecee87736f707f47dffe20d10607bb1c051e5717c /dumpcap.c
parent7aa5f3f1ad4990cd6f1e349cf2bdee98d1d4c4c0 (diff)
One include of epan/unicode-utils.h suffices - and the routines it
declares are called only on Windows. svn path=/trunk/; revision=24351
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 2036fbc6b8..5a685ea0e0 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -96,8 +96,6 @@
#include "log.h"
#include "file_util.h"
-#include "epan/unicode-utils.h"
-
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "epan/g_ascii_strcasecmp.h"
#endif