]> granicus.if.org Git - pdns/commitdiff
remove boost/foreach includes & autoconf bit
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Nov 2015 22:22:25 +0000 (23:22 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Nov 2015 22:22:25 +0000 (23:22 +0100)
74 files changed:
configure.ac
modules/bindbackend/bindbackend2.cc
modules/geoipbackend/geoipbackend.hh
modules/gpgsqlbackend/spgsql.cc
modules/remotebackend/httpconnector.cc
modules/remotebackend/remotebackend.cc
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/zmqconnector.cc
modules/tinydnsbackend/tinydnsbackend.cc
pdns/arguments.cc
pdns/auth-carbon.cc
pdns/common_startup.cc
pdns/dbdnsseckeeper.cc
pdns/dnsdist-carbon.cc
pdns/dnspacket.cc
pdns/dnsproxy.cc
pdns/dnsrecords.cc
pdns/dnsscope.cc
pdns/dnssecinfra.cc
pdns/dnssecsigner.cc
pdns/dnstcpbench.cc
pdns/dnswriter.cc
pdns/gss_context.cc
pdns/inflighter.cc
pdns/ixplore.cc
pdns/json.cc
pdns/lua-auth.cc
pdns/lua-pdns.cc
pdns/lua-recursor.cc
pdns/mastercommunicator.cc
pdns/mbedtlssigners.cc
pdns/nameserver.hh
pdns/nsec3dig.cc
pdns/pdns_hw.cc
pdns/pdns_recursor.cc
pdns/pdnssec.cc
pdns/pkcs11signers.cc
pdns/rec-carbon.cc
pdns/rec_channel_rec.cc
pdns/recpacketcache.cc
pdns/reczones.cc
pdns/resolver.cc
pdns/responsestats.cc
pdns/rfc2136handler.cc
pdns/saxfr.cc
pdns/secpoll-auth.cc
pdns/serialtweaker.cc
pdns/signingpipe.cc
pdns/slavecommunicator.cc
pdns/statbag.cc
pdns/syncres.cc
pdns/tcpreceiver.cc
pdns/test-base32_cc.cc
pdns/test-base64_cc.cc
pdns/test-bindparser_cc.cc
pdns/test-dns_random_hh.cc
pdns/test-dnsrecords_cc.cc
pdns/test-md5_hh.cc
pdns/test-misc_hh.cc
pdns/test-sha_hh.cc
pdns/test-statbag_cc.cc
pdns/test-zoneparser_tng_cc.cc
pdns/ueberbackend.cc
pdns/ws-api.cc
pdns/ws-auth.cc
pdns/ws-recursor.cc
pdns/zone2json.cc
pdns/zone2sql.cc

index 74746484eda46a49c2fa6822ea0700d5b6b624ea..48f05ea1a4af78c15f868fc615facc388ea144dd 100644 (file)
@@ -113,7 +113,6 @@ PDNS_CHECK_LIBSODIUM
 PDNS_CHECK_CLOCK_GETTIME
 
 BOOST_REQUIRE([1.35])
-BOOST_FOREACH
 BOOST_PROGRAM_OPTIONS([mt])
 BOOST_SERIALIZATION([mt])
 
index 2912b7b5cc96935d155f14fb3ad1daa8420b301d..a8b71d32e0ef374a1ca0d388bd0837b7f299c19c 100644 (file)
@@ -33,7 +33,7 @@
 #include <fcntl.h>
 #include <sstream>
 #include <boost/algorithm/string.hpp>
-#include <boost/foreach.hpp>
+
 #include "pdns/dnsseckeeper.hh"
 #include "pdns/dnssecinfra.hh"
 #include "pdns/base32.hh"
index f3fb44eba6288d46809ba3eb50f455d3cd245fab..f3acc002c1ea84b4d63011caf1c8f98a245aa20d 100644 (file)
@@ -9,7 +9,7 @@
 #include <fstream>
 #include <yaml-cpp/yaml.h>
 #include <pthread.h>
-#include <boost/foreach.hpp>
+
 #include <GeoIP.h>
 #include <GeoIPCity.h>
 #include <sys/types.h>
index 701a2c4f973993f6e1d9a83c3880953b80a19723..4b494757344a926553eed7e8b3fba213cacb2ca1 100644 (file)
@@ -11,7 +11,7 @@
 #include "pdns/dns.hh"
 #include "pdns/namespaces.hh"
 #include <algorithm>
-#include <boost/foreach.hpp>
+
 
 class SPgSQLStatement: public SSqlStatement
 {
index d18f88f3bb6540cdb3eb8e50394e482eee49435f..94cf24656028d445163a062a9e3d041f5bea872e 100644 (file)
@@ -5,7 +5,7 @@
 #include <sys/socket.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <boost/foreach.hpp>
+
 #include <sstream>
 #include "rapidjson/stringbuffer.h"
 #include "rapidjson/writer.h"
index ae9bd6e7a576deda69718ca4882cfd658550d57c..00d5b16106befd714d1d3955ffd3266fd972301f 100644 (file)
@@ -2,7 +2,7 @@
 #include "config.h"
 #endif
 #include "remotebackend.hh"
-#include <boost/foreach.hpp>
+
 
 static const char *kBackendId = "[RemoteBackend]";
 
index b37503572418c2ff26faf14c3398e55f1f1c5b70..05f36cd9b9467dee397473e9bd2ad5612c99f494 100644 (file)
@@ -38,7 +38,7 @@ DNSBackend *be;
 
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 
 struct RemotebackendSetup {
index 536f8e013875a5ba236df0be29cf68ffb89b8bf0..a020b9242770ea8c6512ff3ce6cf5616d3a809fc 100644 (file)
@@ -38,7 +38,7 @@ DNSBackend *be;
 
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 
 struct RemotebackendSetup {
index 5a3b1d3a512213a7685f61197139cbf7accdb804..fd1527b192282a515b6ce8f0616413acf1006cc3 100644 (file)
@@ -7,7 +7,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include "pdns/namespaces.hh"
 #include "pdns/dns.hh"
index 1580747d61e4051becb52184bffe509e7227c057..f525887deac39e2bb02bf7d32b8e63101442c319 100644 (file)
@@ -38,7 +38,7 @@ DNSBackend *be;
 
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 
 struct RemotebackendSetup {
index b95dfce944cb5f477380df996eb235870bf0bc6a..dc8e3112d869e38594f693499a27d2df7206d308 100644 (file)
@@ -7,7 +7,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include "pdns/namespaces.hh"
 #include "pdns/dns.hh"
index e7b2af4c5a664eb3d0e133b2c1ab22f7bf43ac17..dd7de59cdd492d0eb7908b178cae0f078c40e996 100644 (file)
@@ -6,7 +6,7 @@
 #include "config.h"
 #endif
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include "pdns/namespaces.hh"
 #include "pdns/dns.hh"
index b1bc9b457c16fc132218b4acf8d6ad67189029f5..4815d0f77a9d8627fcb521503cd03673d2414dc5 100644 (file)
@@ -6,7 +6,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include "pdns/namespaces.hh"
 #include "pdns/dns.hh"
index cd06baee8b5277d70c37f915fe68f844f1e860d6..c41520fb044741387922d5f42e6c1e159d8e66b8 100644 (file)
@@ -7,7 +7,7 @@
 #include <sys/socket.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <boost/foreach.hpp>
+
 #include <sstream>
 #include "rapidjson/stringbuffer.h"
 #include "rapidjson/writer.h"
index 3d74d97dc6a9fccc371639e66ef630d08f852f94..e18a536dce056aec059d6a66b3e43b2ad1b53bd8 100644 (file)
@@ -9,7 +9,7 @@
 #include "pdns/dnspacket.hh"
 #include "pdns/dnsrecords.hh"
 #include <utility>
-#include <boost/foreach.hpp>
+
 
 static string backendname="[TinyDNSBackend] ";
 uint32_t TinyDNSBackend::s_lastId;
index de2a2fb597aaea67ba98f62f410ca6da3f5f51e0..8e9294b4e6cd9aa9c13f484076bbbe2932da7543 100644 (file)
@@ -26,7 +26,7 @@
 #include <boost/algorithm/string.hpp>
 #include <boost/algorithm/string/compare.hpp>
 #include <boost/algorithm/string/predicate.hpp>
-#include <boost/foreach.hpp>
+
 #include "namespaces.hh"
 #include "logger.hh"
 #include <sys/types.h>
index dab3c713e6fb7cf83d907f7fda8c7b330f7acb18..1dbc0332683f05ac868e5171a90a4345a2227c2f 100644 (file)
@@ -7,7 +7,7 @@
 #include "sstuff.hh"
 #include "arguments.hh"
 #include "common_startup.hh"
-#include <boost/foreach.hpp>
+
 #include "namespaces.hh"
 
 void* carbonDumpThread(void*)
index fa188d019b75b02528fcc3fbf9012c5cff9bbf90..910fae6a65cbe33c348ef964f0bf892d7191ff27 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/time.h>
 #include <sys/resource.h>
 #include "dynhandler.hh"
-#include <boost/foreach.hpp>
+
 
 bool g_anyToTcp;
 typedef Distributor<DNSPacket,DNSPacket,PacketHandler> DNSDistributor;
index 83d2d99f3ffbb0e3501766110dba4b54712a7be2..393001541ffd8f1e266f53484fee78068e2776f8 100644 (file)
@@ -28,7 +28,7 @@
 #include "ueberbackend.hh"
 #include "statbag.hh"
 #include <iostream>
-#include <boost/foreach.hpp>
+
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <fstream>
index 3d21da725543f928c13da4b52606a8654cf8273b..e88dbc71b8b69cf40a2458347e4dbe0285cf3aed 100644 (file)
@@ -4,7 +4,7 @@
 #include "iputils.hh"
 #include "dolog.hh"
 #include "sstuff.hh"
-#include <boost/foreach.hpp>
+
 #include "namespaces.hh"
 #undef L
 #include "dnsdist.hh"
index 8c693323e3a79b3f6de9985a4db5b282762789bd..faffcc522f59fe85b44e6fb3730e9d901193d4d0 100644 (file)
@@ -33,7 +33,7 @@
 #include <boost/tokenizer.hpp>
 #include <boost/algorithm/string.hpp>
 #include <algorithm>
-#include <boost/foreach.hpp>
+
 #include "dnsseckeeper.hh"
 #include "dns.hh"
 #include "dnsbackend.hh"
index 166d0f58b2a6c3ff1bbe7412a424e850a522901a..80710a3e4fee318d07d5d267de0c9df23c17e96a 100644 (file)
@@ -31,7 +31,7 @@
 #include "dns.hh"
 #include "logger.hh"
 #include "statbag.hh"
-#include <boost/foreach.hpp>
+
 
 extern StatBag S;
 extern PacketCache PC;
index d4758f643a44e00a339b25671ac5a273ae89b88b..c234b65fbfb876481c25fe7d2b3401b029f16c1f 100644 (file)
@@ -26,7 +26,7 @@
 #include "utility.hh"
 #include "dnsrecords.hh"
 #include "iputils.hh"
-#include <boost/foreach.hpp>
+
 
 void DNSResourceRecord::setContent(const string &cont) {
   content = cont;
index ff5cba0d0349caa5ada732384a6dfb61d8ec1bc7..3bc84e325a8a0f81b31de23400e70ebdf22aeace 100644 (file)
@@ -14,7 +14,7 @@
 #include <algorithm>
 #include "anadns.hh"
 #include <boost/program_options.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/logic/tribool.hpp>
 #include "arguments.hh"
 #include "namespaces.hh"
index 4c09cd89ce16b20715f5194a254f5571fb6bf9fb..917d0b1590b7c563cccefbb64db7113ec8fb209f 100644 (file)
@@ -8,7 +8,7 @@
 #include "dnsrecords.hh"
 #include "statbag.hh"
 #include "iputils.hh"
-#include <boost/foreach.hpp>
+
 #include <boost/algorithm/string.hpp>
 #include "dnssecinfra.hh" 
 #include "dnsseckeeper.hh"
index 962824024dd78e41b9764a729d45f4c96f6ad4ee..9b2e1f096b7cc7b8f790e40460945358a66f2d11 100644 (file)
@@ -24,7 +24,7 @@
 #endif
 #include "dnssecinfra.hh"
 #include "namespaces.hh"
-#include <boost/foreach.hpp>
+
 #include "md5.hh"
 #include "dnsseckeeper.hh"
 #include "dns_random.hh"
index a2ce9024583e04b9e50f7a86e3991fe1d51dbbd7..5e2aee5df0ab48d22b861f65647731c8e906c070 100644 (file)
@@ -37,7 +37,7 @@
 #include <netinet/tcp.h>
 #include <boost/array.hpp>
 #include <boost/program_options.hpp>
-#include <boost/foreach.hpp>
+
 
 StatBag S;
 namespace po = boost::program_options;
index f1b06965e163fd6e4aafd3ad2006b41952ca4ed5..dc03874bef82abcff6aadcf55e34a4df514f5d75 100644 (file)
@@ -4,7 +4,7 @@
 #include "dnswriter.hh"
 #include "misc.hh"
 #include "dnsparser.hh"
-#include <boost/foreach.hpp>
+
 #include <limits.h>
 
 DNSPacketWriter::DNSPacketWriter(vector<uint8_t>& content, const DNSName& qname, uint16_t  qtype, uint16_t qclass, uint8_t opcode)
index e817c40fbe88adde0138639bac1e88c64b690c9a..2dc548823c42ef7ef6ec9c283a7d80ed6011939c 100644 (file)
@@ -11,7 +11,7 @@
 #include "logger.hh"
 #include "lock.hh"
 #include "arguments.hh"
-#include <boost/foreach.hpp>
+
 #include <boost/shared_ptr.hpp>
 #include <boost/make_shared.hpp>
 #include "gss_context.hh"
index 9729c9c1d85b3f6e6bb76ffc29ea24ad320a8b20..99a1e541aafe91a3ca8576e320c8da29c9a204a2 100644 (file)
@@ -4,7 +4,7 @@
 #include <vector>
 #include <deque>
 #include <iostream>
-#include <boost/foreach.hpp>
+
 #include <boost/multi_index_container.hpp>
 #include <boost/format.hpp>
 #include <sys/time.h>
index dcdf10488791cebf6c01669b4c5f21d9aaa44e55..08eecf3fa7c42cf19c6616fda7e04c997ea3875e 100644 (file)
@@ -14,7 +14,7 @@
 #include "statbag.hh"
 #include "base32.hh"
 #include "dnssecinfra.hh"
-#include <boost/foreach.hpp>
+
 #include "dns_random.hh"
 #include "gss_context.hh"
 #include "zoneparser-tng.hh"
index 431feb3503d0a1b79ed7792c7768491befa0404f..2124f8d323372f972166554aa9eaabff2e4273e9 100644 (file)
@@ -25,7 +25,7 @@
 #include "json.hh"
 #include "namespaces.hh"
 #include "misc.hh"
-#include <boost/foreach.hpp>
+
 #include "rapidjson/document.h"
 #include "rapidjson/stringbuffer.h"
 #include "rapidjson/writer.h"
index 2be0c3ac358bc20c6a124ecb420c7a99b1881666..e3a557653dfeace631d0f05700c354041c2f797f 100644 (file)
@@ -46,7 +46,7 @@ extern "C" {
 #include <string>
 #include <vector>
 #include <stdexcept>
-#include <boost/foreach.hpp>
+
 #include "logger.hh"
 #include "namespaces.hh"
 
index 85dc2e518c6569b698f999d5eb7e50c19e3fce3a..22eaaacf2f8ab79476e83a6c37f4e2fa6f183cfb 100644 (file)
@@ -3,7 +3,7 @@
 #endif
 #include "lua-pdns.hh"
 // #include "syncres.hh"
-#include <boost/foreach.hpp>
+
 
 #if !defined(HAVE_LUA)
 
index b5c9bd972d8cb6392d21d05265c0ff5f6cd4874f..56c02ca2169a4d4fc34d611d944b8e8e2c972e2c 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
 #include <string>
 #include <vector>
 #include <stdexcept>
-#include <boost/foreach.hpp>
+
 #include "logger.hh"
 #include "dnsparser.hh"
 #include "namespaces.hh"
index 7a8802d73df19e7a4abf8a2c98617274e1a8cd84..638725c379ed442667898832b0d7e8f071b20c67 100644 (file)
@@ -28,7 +28,7 @@
 #include "communicator.hh"
 #include <set>
 #include <boost/utility.hpp>
-#include <boost/foreach.hpp>
+
 #include "dnsbackend.hh"
 #include "ueberbackend.hh"
 #include "packethandler.hh"
index f034773ae3e53a8109c28bc0fb9fbf8f4c2c567b..7ad0a0dd413b8b167c8a9f2b6c48460bf4ca0d3a 100644 (file)
@@ -14,7 +14,7 @@
 #include "mbedtlscompat.hh"
 #endif
 #include <boost/assign/std/vector.hpp> // for 'operator+=()'
-#include <boost/foreach.hpp>
+
 #include "sha.hh"
 #include "dnssecinfra.hh"
 using namespace boost::assign;
index d33628296f8428fe9850b17ebe0e78890aeb3396..dffd878f2dacfd946a7f8a8494a915ae30d95b69 100644 (file)
@@ -31,7 +31,7 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <vector>
-#include <boost/foreach.hpp>
+
 #include "statbag.hh"
 #include "namespaces.hh"
 #include "dnspacket.hh"
index 15e4632cad58a06459d7ad168bb2043b1d10c03a..51566099e365d9c772cb64f904d89ddae89240e1 100644 (file)
@@ -9,7 +9,7 @@
 #include "statbag.hh"
 #include "base32.hh"
 #include "dnssecinfra.hh"
-#include <boost/foreach.hpp>
+
 
 StatBag S;
 
index b0f13cc5eb9cf85089a1c14dbd6baa733d6b7a1b..acfa45c860c6a3420f91eb8154dadd0f0aae3374 100644 (file)
@@ -7,7 +7,7 @@
 #include <boost/tuple/tuple_comparison.hpp>
 #include <boost/multi_index/key_extractors.hpp>
 #include <boost/multi_index/sequenced_index.hpp>
-#include <boost/foreach.hpp>
+
 #include <iostream>
 #include <stdio.h>
 #include <stdlib.h>
index 275ab6bf08712f4621a4a2e8e63dc45c8a0592b5..4c4ee0c801b505016f7fc2212f03a03b88ca754d 100644 (file)
@@ -26,7 +26,7 @@
 #include <netdb.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <boost/foreach.hpp>
+
 #include "ws-recursor.hh"
 #include <pthread.h>
 #include "recpacketcache.hh"
index 54269906f529c4f7ce31bcad42a2234def11f102..e41e78baada2f58eeca78f3d59bf9e08f61860d6 100644 (file)
@@ -6,7 +6,7 @@
 #include "statbag.hh"
 #include "base32.hh"
 #include "base64.hh"
-#include <boost/foreach.hpp>
+
 #include <boost/program_options.hpp>
 #include <boost/assign/std/vector.hpp>
 #include <boost/assign/list_of.hpp>
index e42f12520c309680a0e2e795172b6fa2e63a0bbe..1ecaec880d6f0fdd1f22007e5462a6062550d5c2 100644 (file)
@@ -4,7 +4,7 @@
 #include <boost/assign/std/vector.hpp> // for 'operator+=()'
 #include <boost/assign/list_of.hpp>
 #include <boost/make_shared.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/format.hpp>
 #include <p11-kit/p11-kit.h>
 
index bb92a37b681d0eac9a735c6f7afe544521d84c6d..fbc776dbe4ae7800a61b13d4b7173a29151e1c36 100644 (file)
@@ -8,7 +8,7 @@
 #include "logger.hh"
 #include "arguments.hh"
 #include "lock.hh"
-#include <boost/foreach.hpp>
+
 
 void doCarbonDump(void*)
 try
index 8bdcdd436c97e37a36a82e8ecaacce3e4075ed9f..904341e640303776c44f9b386ea714ae54125592 100644 (file)
@@ -17,7 +17,7 @@
 #include <boost/tuple/tuple.hpp>
 #include <boost/format.hpp>
 #include <boost/algorithm/string.hpp>
-#include <boost/foreach.hpp>
+
 #include "version.hh"
 #include <sys/types.h>
 #include <sys/stat.h>
index de1e06587e215eb6d86ffd33a06bfca9b34d8eaa..470bb9591d3e187ad3b798102f6650605b5a19a3 100644 (file)
@@ -2,7 +2,7 @@
 #include "config.h"
 #endif
 #include <iostream>
-#include <boost/foreach.hpp>
+
 #include "recpacketcache.hh"
 #include "cachecleaner.hh"
 #include "dns.hh"
index c09fdc3396158c3d5716bf331ae65bb3a4308351..5c364c542e65619ab53c30962a7fe86a73255089 100644 (file)
@@ -28,7 +28,7 @@
 #include "zoneparser-tng.hh"
 #include "logger.hh"
 #include "dnsrecords.hh"
-#include <boost/foreach.hpp>
+
 #include <thread>
 #include "ixfr.hh"
 #include "rpzloader.hh"
index 691380b280611fdbf5da9bd5c72ec6b4b81076dc..aa2c502d54ce85ff124d3935bc9965e777c2c86c 100644 (file)
@@ -45,7 +45,7 @@
 #include "dnswriter.hh"
 #include "dnsparser.hh"
 
-#include <boost/foreach.hpp>
+
 #include "dns_random.hh"
 #include <sys/poll.h>
 #include "gss_context.hh"
index c9634c583cf9b69ee6fd78ec4de850077b4cdd33..3fc4286ae4851b0487243f343fe7606287cb68e0 100644 (file)
@@ -5,7 +5,7 @@
 #include <limits>
 #include "namespaces.hh"
 #include "logger.hh"
-#include <boost/foreach.hpp>
+
 #include "dnsparser.hh"
 
 ResponseStats::ResponseStats()
index 87cbbe21d40d89f235081671979dc2a86cd18299..de7a40e14ef268a6b821b957ae884befa90c425e 100644 (file)
@@ -8,7 +8,7 @@
 #include "dnsseckeeper.hh"
 #include "base64.hh"
 #include "base32.hh"
-#include <boost/foreach.hpp>
+
 #include "misc.hh"
 #include "arguments.hh"
 #include "resolver.hh"
index 3f1a2422f229fff94363c70b41b6e0254d8d9c38..d67a431c82a212d2c21edc38e0468e2aab2a649f 100644 (file)
@@ -10,7 +10,7 @@
 #include "statbag.hh"
 #include "base32.hh"
 #include "dnssecinfra.hh"
-#include <boost/foreach.hpp>
+
 #include "dns_random.hh"
 #include "gss_context.hh"
 
index d7e548b46689af3547f01d92706da24309dd9536..5d4e3785cc15e0fdd1fbed4fcb5598ee0338875d 100644 (file)
@@ -8,7 +8,7 @@
 #include "version.hh"
 #include "dnsparser.hh"
 #include "misc.hh"
-#include <boost/foreach.hpp>
+
 #include "sstuff.hh"
 #include "dnswriter.hh"
 #include "dns_random.hh"
index e699d39ad5b0e6054d4133c9cf08e94578b7f336..fbbecce26f3ec4af98ca39a6edc0f610583d0882 100644 (file)
@@ -26,7 +26,7 @@
 #include "dnsseckeeper.hh"
 #include "dnspacket.hh"
 #include "namespaces.hh"
-#include <boost/foreach.hpp>
+
 
 uint32_t localtime_format_YYYYMMDDSS(time_t t, uint32_t seq)
 {
index 4fb12e27ce917966914722c9030b853963c2dfe6..2ffe5b3db27fcf020fa1b54fb368e85cd8c9e90a 100644 (file)
@@ -4,7 +4,7 @@
 #include "signingpipe.hh"
 #include "misc.hh"
 #include <poll.h>
-#include <boost/foreach.hpp>
+
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
index 7f72064480cf1ef6bd0b69824fb29e2fc637b1f4..fb7bdf4310b8f307032007c2fec365ed9e33d40c 100644 (file)
@@ -39,7 +39,7 @@
 #include "dns.hh"
 #include "arguments.hh"
 #include "packetcache.hh"
-#include <boost/foreach.hpp>
+
 #include <boost/lexical_cast.hpp>
 #include "base64.hh"
 #include "inflighter.cc"
index 88f96465299c7072de95cc043cb4a93ddd8d8fcf..9d58e126cde253c55dbc1ad90c43f25fccc9b4c2 100644 (file)
@@ -32,7 +32,7 @@
 #include "arguments.hh"
 #include "lock.hh"
 #include "iputils.hh"
-#include <boost/foreach.hpp>
+
 
 #include "namespaces.hh"
 
index 7486083e45846bea9f0b924ceee1a9c0a7fe5f53..31ab17f04283f97959a6a6ff957e0c11d89aab1d 100644 (file)
@@ -24,7 +24,7 @@
 #include "config.h"
 #endif
 #include <boost/algorithm/string.hpp>
-#include <boost/foreach.hpp>
+
 #include "lua-recursor.hh"
 #include "utility.hh"
 #include "syncres.hh"
index 47d78bff719cb8f3f9e41cb858ae2b76286621af..bc6aff1d0c399b82bdd7bf5b82486a2c61abc866 100644 (file)
@@ -35,7 +35,7 @@
 #include <string>
 #include "tcpreceiver.hh"
 #include "sstuff.hh"
-#include <boost/foreach.hpp>
+
 #include <errno.h>
 #include <signal.h>
 #include "base64.hh"
index 9f03ce5d6735af5b29cd6e2e76f1977564d4a8b1..8c538e5bd8cd6af8b2033c9e8359b4cab342d077 100644 (file)
@@ -5,7 +5,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include "base32.hh"
 
index 9e9d53f699d99393d3aaffcd5f1d874b184bee70..029e664663de49bf59484c445038e0b702b5fe64 100644 (file)
@@ -5,7 +5,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/std/map.hpp>
-#include <boost/foreach.hpp>
+
 #include "base64.hh"
 
 using namespace boost;
index 149ce0c91700171959e0ef9b9670c61b006255a3..3779e33f01a3a8b953d14b44807ef9ca4fc1de6b 100644 (file)
@@ -8,7 +8,7 @@
 #include "misc.hh"
 #include "pdnsexception.hh"
 #include <utility>
-#include <boost/foreach.hpp>
+
 #include <sstream>
 #include <cstdlib>
 #include "dnsname.hh"
index 137c465cfbd8561b9528f3f6829fef2a23f01f58..dfa77ef20f37105f9e6b23357c27cb4b9188e970 100644 (file)
@@ -9,7 +9,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/std/map.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/accumulators/statistics/median.hpp>
 #include <boost/accumulators/statistics/mean.hpp>
 #include <boost/accumulators/accumulators.hpp>
index adcc32c818880c326b0428a4b27156b703aa2bbc..b1342565915585e6497fba65ac934a08f4c0c8e3 100644 (file)
@@ -5,7 +5,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include <boost/scoped_ptr.hpp>
 #include "dnsrecords.hh"
index 267b56a491f0a557e24d751c6fb8e51fce663117..5d9e9089801946db5dbd310787db893eac9ddd79 100644 (file)
@@ -5,7 +5,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include "md5.hh"
 #include "misc.hh"
 
index 4b220f8781fff1f82780e952f32807f0af2f9da2..aeadaae0398eedf97805e518501138325f221778 100644 (file)
@@ -6,7 +6,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include "misc.hh"
 #include "dns.hh"
index c88e4229ef0405afda01aa2899f1fe36f116ed69..b2a16d9dc0d404435fa70096479020212f624ea9 100644 (file)
@@ -5,7 +5,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 
 #include "sha.hh"
index e4d69fc342d5fd7e35406a1bf7381a0d08e7524e..87ee6c73287642bcddc48ca320a0d151508c473b 100644 (file)
@@ -6,7 +6,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include <stdint.h>
 #include "misc.hh"
index e9955e615a1fb8f52b8fdf34e3ef1042276da0d2..bc785186d0a89833e776bdf7b12e12b3bcd90e2a 100644 (file)
@@ -5,7 +5,7 @@
 #endif
 #include <boost/test/unit_test.hpp>
 #include <boost/assign/list_of.hpp>
-#include <boost/foreach.hpp>
+
 #include <boost/tuple/tuple.hpp>
 #include <boost/iostreams/stream.hpp>
 #include <boost/iostreams/device/file.hpp>
index 308d44d3d91a32353d0db65ae175edcc449db1b3..482fb743e240c0873b4ae1d64563dbeb1dbcff05 100644 (file)
@@ -37,7 +37,7 @@
 #include <iostream>
 #include <sstream>
 #include <functional>
-#include <boost/foreach.hpp>
+
 #include "dns.hh"
 #include "arguments.hh"
 #include "dnsbackend.hh"
index e708f4ab84cffa1339daa5d5910e6402c7ab2b48..4e7a01ba17ae8c1a2cd888bdab6bc66479be1a53 100644 (file)
@@ -21,7 +21,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include <boost/foreach.hpp>
+
 #include <boost/tokenizer.hpp>
 #include <boost/circular_buffer.hpp>
 #include "namespaces.hh"
index 8a2d268321568d10f6e8f1edf399c87f1f82c19f..fecfd3484cb71355d719f86a87b6419b3e5b8af4 100644 (file)
@@ -35,7 +35,7 @@
 #include "comment.hh"
 #include "ueberbackend.hh"
 #include <boost/format.hpp>
-#include <boost/foreach.hpp>
+
 #include "namespaces.hh"
 #include "rapidjson/document.h"
 #include "rapidjson/stringbuffer.h"
index 7a996677d85db763bce31b25149ed1f35b9a028c..497421aaff2ff1a9aa2319106683d23410181bb8 100644 (file)
@@ -24,7 +24,7 @@
 #endif
 #include "ws-recursor.hh"
 #include "json.hh"
-#include <boost/foreach.hpp>
+
 #include <string>
 #include "namespaces.hh"
 #include <iostream>
index 8b2e814994a3a7b2dc36c8b678c9cd2faa8662ff..30b5fc5e90b391d0a40575a2c01de84fd2e0e89d 100644 (file)
@@ -44,7 +44,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <boost/foreach.hpp>
+
 #include "json11.hpp"
 
 using namespace json11;
index 0b26a75755cfb621c2ab662c5d83b48bab13299c..aef679de340b819231696e9da0d05e4dd9573dd2 100644 (file)
@@ -44,7 +44,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <boost/foreach.hpp>
+
 
 
 StatBag S;