]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
do not include config.h
authorAydın Mercan <aydin@isc.org>
Thu, 15 Aug 2024 10:51:11 +0000 (13:51 +0300)
committerAydın Mercan <aydin@isc.org>
Thu, 15 Aug 2024 12:11:48 +0000 (12:11 +0000)
The build system ensures it is always included for every source file.

lib/isc/lib.c

index 4fd65e602031d4c314f490bc3e66a33776b2c6f8..be99025f7a4c8778f38c612ed4168da361e10ae8 100644 (file)
@@ -24,7 +24,6 @@
 #include <isc/uv.h>
 #include <isc/xml.h>
 
-#include "config.h"
 #include "mem_p.h"
 #include "mutex_p.h"
 #include "os_p.h"