]> granicus.if.org Git - pdns/commitdiff
Remove spurious ueberbackend.hh includes from backends
authorChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Sat, 14 Jan 2017 12:02:20 +0000 (13:02 +0100)
committerChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Sat, 14 Jan 2017 22:25:45 +0000 (23:25 +0100)
21 files changed:
modules/gmysqlbackend/gmysqlbackend.cc
modules/godbcbackend/godbcbackend.cc
modules/goraclebackend/goraclebackend.cc
modules/gpgsqlbackend/gpgsqlbackend.cc
modules/gsqlite3backend/gsqlite3backend.cc
modules/ldapbackend/ldapbackend.hh
modules/mydnsbackend/mydnsbackend.cc
modules/opendbxbackend/odbxbackend.hh
modules/pipebackend/pipebackend.cc
modules/remotebackend/remotebackend.hh
modules/remotebackend/test-remotebackend-http.cc
modules/remotebackend/test-remotebackend-json.cc
modules/remotebackend/test-remotebackend-pipe.cc
modules/remotebackend/test-remotebackend-post.cc
modules/remotebackend/test-remotebackend-unix.cc
modules/remotebackend/test-remotebackend-zeromq.cc
modules/remotebackend/test-remotebackend.cc
modules/remotebackend/unixconnector.cc
pdns/backends/gsql/gsqlbackend.cc
pdns/ueberbackend.cc
pdns/ueberbackend.hh

index 1be4e1e5da9d617ccc5c02dcbaa018497f84aac2..be7dd3e64b07e43df22fd68f2cf1fd989d0a9231 100644 (file)
@@ -29,7 +29,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 206eed91eaea64cefa28f7fbba19a5f5c4c65dba..0f4e9aad991c88f3e5391b4d74bc1c68e18c77ad 100644 (file)
@@ -27,7 +27,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 498679d0995fafa9d64f618e79ca815e0e485de1..f3a2bdf998c4b2b1da53f76f9c4644c30316af6d 100644 (file)
@@ -28,7 +28,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index e540de3227f3370e19464e2954bf203d78a5dd3a..124c10f1310eb3a01f5a8ee339ef3a08975bc610 100644 (file)
@@ -28,7 +28,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 298d40e53dcf4a2c9cba991e76c2fe49ca192650..dd1bdc8ca4fc3ec181b27c4b54a4c032dc700146 100644 (file)
@@ -31,7 +31,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index d2fb3bb4ccadbf4a0a44bca076c12035ae57c62c..48ecee562d6bf702fcd036c6ce1552abaebf8cbf 100644 (file)
@@ -31,7 +31,6 @@
 #include "pdns/utility.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/dnsbackend.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/arguments.hh"
 #include "pdns/logger.hh"
index 71bb6be4873856b47268b1fc4e812984cbc923b3..8a2cf7c987977b3cd0a56a9563425d3921e559c0 100644 (file)
@@ -54,7 +54,6 @@
 #include "pdns/dnsbackend.hh"
 #include "mydnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 81e270348189a2cfa614905fd4ba7323e553d154..42a4cd638a503a1e73081e1f7e56946b2583187e 100644 (file)
@@ -28,7 +28,6 @@
 #include "pdns/utility.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/dnsbackend.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/arguments.hh"
 #include "pdns/logger.hh"
index 03e2a6c918d9ed05eb169ddf97a851ed272096f7..1def45c21c1e4742d4e382d5ef735bc3f2e0b570 100644 (file)
@@ -34,7 +34,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 412af6454144d450ca586c2b5e5233fc994af8e7..52813c113330710f2788de68d0ca5ebf7f7be7b4 100644 (file)
@@ -33,7 +33,6 @@
 #include "pdns/namespaces.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/sstuff.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/json.hh"
 #include "pdns/lock.hh"
 #include "yahttp/yahttp.hpp"
index b14a66454c666154edadc9720fd4c85d3678a073..97fa3c141ab294997a614de55c6d02eca3498372 100644 (file)
@@ -27,7 +27,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index e24aa8ecfd49969f91fe91bfc2af8df4e6a2aed6..1e341fb0e080903b6a8e7235ec37f1a95508ec10 100644 (file)
@@ -26,7 +26,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 9ac093f9b3a3f3fd8d608e6bf5e883340e79bef6..80876d237619e95a1fbb24e3a0a37e912027d5aa 100644 (file)
@@ -34,7 +34,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 669a612430f0cd074f41a418991ff29f9ec9d2eb..a3858317ed56a9e1afdfdfcd6c1d3c5fdfefaa97 100644 (file)
@@ -26,7 +26,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 2d3200bd4a9789ba6c047111560938b742340265..b9fd94abe05862539b7dc3517b222c9046d5c13d 100644 (file)
@@ -34,7 +34,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index 164b588a889055a37d8a1438c13399e01472c544..7015c04c31552249969763c6849324c7c5bfdbe9 100644 (file)
@@ -33,7 +33,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index ddadf44efc3794cca51df970d3126d3c5b877aba..96596cc5b3de1c9888ec2b075fbc93403502a09a 100644 (file)
@@ -33,7 +33,6 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index e657984cd96f021377e5da3c8bf7eadfe5025fe6..a9ce1b67f48f2b41e0b85b2f5affcd27763d2b53 100644 (file)
@@ -22,6 +22,9 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <sys/un.h>
 #include "remotebackend.hh"
 #ifndef UNIX_PATH_MAX 
 #define UNIX_PATH_MAX 108
index 38294fb07e2012b1f8c04d2ad8493a1329cd0a30..de466acddf15398086b7570c423614ccbf5c1dee 100644 (file)
@@ -26,7 +26,6 @@
 #include "pdns/dnsbackend.hh"
 #include "gsqlbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ueberbackend.hh"
 #include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
index e0383c946b6a2d6fbb16d8f1c6d906a5d18545de..2aa71bb78712424cd65a016fd4dbadcf0a12a901 100644 (file)
@@ -29,6 +29,7 @@
 #include "utility.hh"
 
 
+#include <dlfcn.h>
 #include <string>
 #include <map>
 #include <sys/types.h>
index 51810278d242efce1834556aebbbc5c6947d3f63..8da73d5a24880dab9b784cd6f9e27b941525ec49 100644 (file)
 #include <pthread.h>
 #include <semaphore.h>
 
-#include <sys/un.h>
-#include <dlfcn.h>
 #include <unistd.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>