]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Cleanup UeberBackend includes
authorFred Morcos <fred.morcos@open-xchange.com>
Fri, 27 Oct 2023 10:12:03 +0000 (12:12 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Fri, 27 Oct 2023 10:12:03 +0000 (12:12 +0200)
pdns/ueberbackend.cc

index 8f66f72fea6ffb69c9e5b5de21402846124fbbdf..de5afd7f1d8faad3b08cc098727f858c123455d5 100644 (file)
 #include "auth-zonecache.hh"
 #include "utility.hh"
 
-#include <dlfcn.h>
-#include <string>
-#include <map>
-#include <sys/types.h>
-#include <sstream>
 #include <cerrno>
+#include <dlfcn.h>
+#include <functional>
 #include <iostream>
+#include <map>
 #include <sstream>
-#include <functional>
 #include <string>
+#include <sys/types.h>
 
 #include "dns.hh"
 #include "arguments.hh"