]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove duplicate config.h
authorOndřej Surý <ondrej@sury.org>
Sun, 29 Jul 2018 06:58:14 +0000 (08:58 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 10 Aug 2018 13:20:58 +0000 (15:20 +0200)
(cherry picked from commit 7351c505a0dcea9244b8e636375ba235ce8118ab)
(cherry picked from commit 2844f6529d3e64214e5205a38f1b37e6e6c9ce82)

lib/dns/compress.c
lib/dns/spnego.c
lib/isc/strtoul.c
lib/isc/unix/ifiter_sysctl.c
lib/isc/win32/socket.c

index 605e97f9a8e184599faa64ecdeeb8f7f4840d47c..ec97235da2c919b5cfdc2866811d86a89e465be0 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <config.h>
 
+#include <inttypes.h>
 #include <stdbool.h>
 
 #include <isc/mem.h>
index e24b36e5171abb183b0b74872d4705d6b0c8d721..ad77f242b82c941f329c9698593ef6b740b13d53 100644 (file)
 
 #include <config.h>
 
+#include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <errno.h>
 
index 382432a61fee89c4fa398ff050256406a95e6356..acc541a79995249bcccd181d8a01b6514148fc4a 100644 (file)
  * SUCH DAMAGE.
  */
 
+#include <config.h>
+
 /*! \file */
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strtoul.c  8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 
-
-#include <config.h>
-
 #include <limits.h>
 #include <ctype.h>
 #include <errno.h>
index d91d977c85546afe6f083b5dc4c623e446be9e7e..ebbefe90ba4ac2ba80749bd23ad9e1db62d6f6c2 100644 (file)
@@ -17,8 +17,6 @@
  * and 19.16.
  */
 
-#include <config.h>
-
 #include <inttypes.h>
 
 #include <sys/param.h>
index 225e8474eec8e1a89871e307a2cc8e9e61e2e189..231107866dd4e3676716d4f2f39053dfe0725743 100644 (file)
@@ -25,7 +25,6 @@
  */
 
 #define MAKE_EXTERNAL 1
-#include <config.h>
 
 #include <sys/types.h>