From: Ondřej Surý Date: Fri, 8 Mar 2019 13:56:00 +0000 (+0100) Subject: Remove explicit '#include ' from the header files (the include should not... X-Git-Tag: v9.15.0~106^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b25d8a0cac2d7943117f1d0369001e213278aed;p=thirdparty%2Fbind9.git Remove explicit '#include ' from the header files (the include should not have been there in the first place) --- diff --git a/fuzz/fuzz.h b/fuzz/fuzz.h index 500e3ed6bf3..93b9b13d03f 100644 --- a/fuzz/fuzz.h +++ b/fuzz/fuzz.h @@ -9,8 +9,6 @@ * information regarding copyright ownership. */ -#include - #include #include #include diff --git a/lib/dns/dst_internal.h b/lib/dns/dst_internal.h index bfa28f06ee8..3657733d49d 100644 --- a/lib/dns/dst_internal.h +++ b/lib/dns/dst_internal.h @@ -25,8 +25,6 @@ #pragma once -#include - #include #include diff --git a/lib/dns/tests/dnstest.h b/lib/dns/tests/dnstest.h index e54b9a9e3df..96022780ef4 100644 --- a/lib/dns/tests/dnstest.h +++ b/lib/dns/tests/dnstest.h @@ -11,8 +11,6 @@ /*! \file */ -#include - #include #include diff --git a/lib/isc/openssl_shim.h b/lib/isc/openssl_shim.h index fe427fb734e..0dd3820ad7e 100644 --- a/lib/isc/openssl_shim.h +++ b/lib/isc/openssl_shim.h @@ -11,8 +11,6 @@ #pragma once -#include - #include #include #include diff --git a/lib/isc/tests/isctest.h b/lib/isc/tests/isctest.h index 58ba7995964..481e7038a84 100644 --- a/lib/isc/tests/isctest.h +++ b/lib/isc/tests/isctest.h @@ -11,8 +11,6 @@ /*! \file */ -#include - #include #include diff --git a/lib/ns/tests/nstest.h b/lib/ns/tests/nstest.h index 6777149ab54..b457646e7f3 100644 --- a/lib/ns/tests/nstest.h +++ b/lib/ns/tests/nstest.h @@ -11,8 +11,6 @@ /*! \file */ -#include - #include #include