From: Remi Gacogne Date: Wed, 4 Jul 2018 09:33:53 +0000 (+0200) Subject: rec: Reorder more headers to be able to build with Boost 1.67+ X-Git-Tag: rec-4.1.4~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6771%2Fhead;p=thirdparty%2Fpdns.git rec: Reorder more headers to be able to build with Boost 1.67+ --- diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index d02c613e55..971fe8cd36 100644 --- a/pdns/recursordist/test-syncres_cc.cc +++ b/pdns/recursordist/test-syncres_cc.cc @@ -2,6 +2,7 @@ #define BOOST_TEST_NO_MAIN #include +#include "syncres.hh" #include "arguments.hh" #include "base32.hh" #include "dnssecinfra.hh" @@ -10,7 +11,6 @@ #include "namespaces.hh" #include "rec-lua-conf.hh" #include "root-dnssec.hh" -#include "syncres.hh" #include "test-common.hh" #include "utility.hh" #include "validate-recursor.hh" diff --git a/pdns/test-recpacketcache_cc.cc b/pdns/test-recpacketcache_cc.cc index 5b1c084633..f2e68e1297 100644 --- a/pdns/test-recpacketcache_cc.cc +++ b/pdns/test-recpacketcache_cc.cc @@ -5,11 +5,11 @@ #include "config.h" #endif #include +#include "recpacketcache.hh" #include "dnswriter.hh" #include "dnsrecords.hh" #include "dns_random.hh" #include "iputils.hh" -#include "recpacketcache.hh" #include