From: bert hubert Date: Mon, 26 Oct 2015 18:03:58 +0000 (+0100) Subject: move #includes around to solve namespace clashes on our 'L' logger X-Git-Tag: dnsdist-1.0.0-alpha1~230^2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c405017b8c5a75b5c62f729b5605f66c60b031fd;p=pdns move #includes around to solve namespace clashes on our 'L' logger --- diff --git a/pdns/test-delaypipe_hh.cc b/pdns/test-delaypipe_hh.cc index 52155ff3a..a4dc324c5 100644 --- a/pdns/test-delaypipe_hh.cc +++ b/pdns/test-delaypipe_hh.cc @@ -3,8 +3,8 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include "delaypipe.hh" #include +#include "delaypipe.hh" BOOST_AUTO_TEST_SUITE(test_delaypipe_hh); diff --git a/pdns/testrunner.cc b/pdns/testrunner.cc index 68cbdcaf0..b3ff81535 100644 --- a/pdns/testrunner.cc +++ b/pdns/testrunner.cc @@ -5,8 +5,9 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include #include "packetcache.hh" StatBag S; PacketCache PC; -#include +