summaryrefslogtreecommitdiff
path: root/capture-pcap-util-int.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-28 18:00:17 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-28 18:00:17 +0000
commit970232257eeddc9d6cb0cea55aa59014fd7911e7 (patch)
tree3d103df1f399a7c764c4facf2790fe32a680878b /capture-pcap-util-int.h
parente2d6320d752c490cc92e7f76d6218275b0b83136 (diff)
downloadwireshark-970232257eeddc9d6cb0cea55aa59014fd7911e7.tar.gz
Only include config.h in C files.
svn path=/trunk/; revision=30183
Diffstat (limited to 'capture-pcap-util-int.h')
-rw-r--r--capture-pcap-util-int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture-pcap-util-int.h b/capture-pcap-util-int.h
index 4ce311e646..c749d5e042 100644
--- a/capture-pcap-util-int.h
+++ b/capture-pcap-util-int.h
@@ -25,10 +25,6 @@
#ifndef __PCAP_UTIL_INT_H__
#define __PCAP_UTIL_INT_H__
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#ifdef HAVE_LIBPCAP
#ifdef HAVE_PCAP_REMOTE
#include <pcap.h>