aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-09 22:46:00 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-09 22:46:00 +0000
commit06256dfe5b7b0402d15ea2f7bdec2801e69aafbe (patch)
tree1e8309e61f0d3a5666b3da7a29f689f6d38f40e5 /wiretap/wtap-int.h
parentae4c6d08caa69a52928e2d69a921cf7e48460a22 (diff)
The only place where we care about zlib is file_wrappers.c; include
<zlib.h> there, rather than wtap-int.h. That obviates the need to include config.h earlier in ascend_scanner.l; revert the previous change, so we don't require a version of Flex that supports %top. svn path=/trunk/; revision=37640
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index dd4836c79c..75923da9e1 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -35,10 +35,6 @@
#include <winsock2.h>
#endif
-#ifdef HAVE_LIBZ
-#include <zlib.h>
-#endif /* HAVE_LIBZ */
-
#include <wsutil/file_util.h>
#include "wtap.h"