]> granicus.if.org Git - pdns/commitdiff
move #includes around to solve namespace clashes on our 'L' logger
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 26 Oct 2015 18:03:58 +0000 (19:03 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 26 Oct 2015 18:03:58 +0000 (19:03 +0100)
pdns/test-delaypipe_hh.cc
pdns/testrunner.cc

index 52155ff3a19976a739841083c4e12dff2a3d9e0a..a4dc324c53e498658426cfb5dcf77bf4351b5075 100644 (file)
@@ -3,8 +3,8 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include "delaypipe.hh"
 #include <boost/test/unit_test.hpp>
+#include "delaypipe.hh"
 
 BOOST_AUTO_TEST_SUITE(test_delaypipe_hh);
 
index 68cbdcaf0ec50b42cffe365dd6de1d92f96bac17..b3ff81535e999fb1f1a7dc8ba4d6654670f87306 100644 (file)
@@ -5,8 +5,9 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#include <boost/test/unit_test.hpp>
 #include "packetcache.hh"
 StatBag S;
 PacketCache PC;
 
-#include <boost/test/unit_test.hpp>
+