]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove explicit '#include <config.h>' from the header files (the include should not...
authorOndřej Surý <ondrej@sury.org>
Fri, 8 Mar 2019 13:56:00 +0000 (14:56 +0100)
committerOndřej Surý <ondrej@sury.org>
Fri, 8 Mar 2019 14:15:05 +0000 (15:15 +0100)
fuzz/fuzz.h
lib/dns/dst_internal.h
lib/dns/tests/dnstest.h
lib/isc/openssl_shim.h
lib/isc/tests/isctest.h
lib/ns/tests/nstest.h

index 500e3ed6bf3754b8a3e50ad1f3b0e3905ab5cf4d..93b9b13d03f02e943fa7fd0cd649b6972ec8c049 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-#include <config.h>
-
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
index bfa28f06ee83465f23c1be97c3f01e0b80adf6c0..3657733d49d23b82595d11ee1fc63449c3225e41 100644 (file)
@@ -25,8 +25,6 @@
 
 #pragma once
 
-#include <config.h>
-
 #include <inttypes.h>
 #include <stdbool.h>
 
index e54b9a9e3df04575373748093df7243adce2adb8..96022780ef456fe0735ccf1fc400fd0888cb42d1 100644 (file)
@@ -11,8 +11,6 @@
 
 /*! \file */
 
-#include <config.h>
-
 #include <inttypes.h>
 #include <stdbool.h>
 
index fe427fb734e24072b1c8e525f556dfaa072ca033..0dd3820ad7ecf5e96d67e78d780ea72ffad1566e 100644 (file)
@@ -11,8 +11,6 @@
 
 #pragma once
 
-#include <config.h>
-
 #include <openssl/opensslv.h>
 #include <openssl/crypto.h>
 #include <openssl/engine.h>
index 58ba7995964446bd33cfdd1f5f8d554336d9efe4..481e7038a84825a494d35f384c47daad938a14c4 100644 (file)
@@ -11,8 +11,6 @@
 
 /*! \file */
 
-#include <config.h>
-
 #include <inttypes.h>
 #include <stdbool.h>
 
index 6777149ab541d921707d072e198c0d91cf43d473..b457646e7f38da66ab004348ff1ed61314bc166f 100644 (file)
@@ -11,8 +11,6 @@
 
 /*! \file */
 
-#include <config.h>
-
 #include <inttypes.h>
 #include <stdbool.h>