From 8471e4ec6fc511231323ab56e8dfef52f0135cea Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 5 Oct 2014 14:34:10 +0200 Subject: [PATCH] Order headers --- modules/remotebackend/remotebackend.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.47.2