Only include config.h in C files.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 28 Sep 2009 18:00:17 +0000 (18:00 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 28 Sep 2009 18:00:17 +0000 (18:00 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30183 f5534014-38df-0310-8fa8-9805f1628bb7

capture-pcap-util-int.h

index 4ce311e646ef80af41512f5d32688cf4c41254ae..c749d5e042c761fb2463f9f298f1b34dd6633cd9 100644 (file)
 #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>