From: Ruben Kerkhof Date: Sun, 5 Oct 2014 12:34:10 +0000 (+0200) Subject: Order headers X-Git-Tag: rec-3.7.0-rc1~221^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8471e4ec6fc511231323ab56e8dfef52f0135cea;p=thirdparty%2Fpdns.git Order headers --- diff --git a/modules/remotebackend/remotebackend.hh b/modules/remotebackend/remotebackend.hh index 721f5e9a56..704333563e 100644 --- a/modules/remotebackend/remotebackend.hh +++ b/modules/remotebackend/remotebackend.hh @@ -2,20 +2,20 @@ #include #include -#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 #include #include -#include "pdns/json.hh" #include "yahttp/yahttp.hpp" -#include "pdns/sstuff.hh" #ifdef REMOTEBACKEND_ZEROMQ #include