aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util-int.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-28 18:00:17 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-28 18:00:17 +0000
commit504a0776cea6d29a2842a768d8773196ec3b5f2d (patch)
tree3d103df1f399a7c764c4facf2790fe32a680878b /capture-pcap-util-int.h
parent9d9828b7d984b7ae4aa3c5aed4221e097400b0a1 (diff)
Only include config.h in C files.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30183 f5534014-38df-0310-8fa8-9805f1628bb7
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>