]> granicus.if.org Git - pdns/commitdiff
Order headers
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 12:34:10 +0000 (14:34 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 6 Oct 2014 10:08:07 +0000 (12:08 +0200)
modules/remotebackend/remotebackend.hh

index 721f5e9a5656b6f2c5d146b7ad3188b12ad8e0c6..704333563ecdfae912ad16b23094abe5e324294e 100644 (file)
@@ -2,20 +2,20 @@
 
 #include <string>
 #include <sstream>
-#include "pdns/namespaces.hh"
+#include "pdns/arguments.hh"
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
-#include "pdns/pdnsexception.hh"
+#include "pdns/json.hh"
 #include "pdns/logger.hh"
-#include "pdns/arguments.hh"
+#include "pdns/namespaces.hh"
+#include "pdns/pdnsexception.hh"
+#include "pdns/sstuff.hh"
+#include "pdns/ueberbackend.hh"
 #include <boost/lexical_cast.hpp>
 #include <rapidjson/rapidjson.h>
 #include <rapidjson/document.h>
-#include "pdns/json.hh"
 #include "yahttp/yahttp.hpp"
-#include "pdns/sstuff.hh"
 
 #ifdef REMOTEBACKEND_ZEROMQ
 #include <zmq.hpp>