]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Policy: cleanup some duplicate config.h includes
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Dec 2010 09:49:50 +0000 (02:49 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Dec 2010 09:49:50 +0000 (02:49 -0700)
lib/libTrie/include/Trie.h
lib/libTrie/include/TrieCharTransform.h
lib/libTrie/include/TrieNode.h
src/comm/IoCallback.h
src/comm_err_t.h

index 0c33c444659da2461e9bc44ea39161ffcbffc864..b5d32e4680473b5618734d2ff5a82e46ebf79b74 100644 (file)
  * bindings. libtrie itself is written in C++.
  */
 
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #if HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
index 71174f8cf96c0ad4117e8e1977f713a7f2851eba..f020dee359fce8498135266b1f5086773b968ff7 100644 (file)
  * For C bindings see Trie.h
  */
 
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 /* C bindings */
 #ifndef   __cplusplus
 
index b113ae3a577cead987626184e543dc94c7247cd0..dc978d25f5c40838ab83d7a8f1188f209997c2df 100644 (file)
  * For C bindings see Trei.h
  */
 
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 /* C bindings */
 #ifndef   __cplusplus
 
index 9ce281a0ec431ace0cea377ce2264c7a88bb69c0..1d2b770672d047d20741998f107c70506102ae45 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _SQUID_COMM_IOCALLBACK_H
 #define _SQUID_COMM_IOCALLBACK_H
 
-#include "config.h"
 #include "base/AsyncCall.h"
 #include "comm_err_t.h"
 
index 1cad2a36b9773822e94b69dcb69215a239a28b11..1b22d3bbfc20e6e0188579930e8dbb394df22788 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _SQUID_COMM_COMM_ERR_T_H
 #define _SQUID_COMM_COMM_ERR_T_H
 
-#include "config.h"
-
 typedef enum {
     COMM_OK = 0,
     COMM_ERROR = -1,