]> granicus.if.org Git - pdns/commitdiff
move includes around to avoid boost L conflict
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Apr 2018 15:44:01 +0000 (17:44 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Apr 2018 15:44:01 +0000 (17:44 +0200)
pdns/protobuf.cc
pdns/protobuf.hh

index 3c9b49a0b3af07fc35d44eb78b5b3dd6cc7084be..3359c789ac0ca8432872d0b476d89cb4480c1a89 100644 (file)
@@ -1,6 +1,5 @@
 
 #include "gettime.hh"
-#include "dnsparser.hh"
 #include "protobuf.hh"
 #include "dnsparser.hh"
 #include "gettime.hh"
index 0fab8fa3acf2c1b078139189f0f825e9a162b5dc..9c3785151fdc1e92bbd10950c93403f4ecd195cf 100644 (file)
 
 #include "config.h"
 
-#include "dnsname.hh"
-#include "iputils.hh"
-
 #ifdef HAVE_PROTOBUF
 #include <boost/uuid/uuid.hpp>
 #include <boost/uuid/uuid_generators.hpp>
 #include "dnsmessage.pb.h"
 #endif /* HAVE_PROTOBUF */
 
+#include "dnsname.hh"
+#include "iputils.hh"
+
 class DNSProtoBufMessage
 {
 public: