]> granicus.if.org Git - pdns/commitdiff
move #include ws.hh to .cc file
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sat, 5 Oct 2013 16:13:27 +0000 (18:13 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 14 Oct 2013 13:16:52 +0000 (15:16 +0200)
Makes for faster incremental builds.

pdns/common_startup.cc
pdns/common_startup.hh

index 97d3f418c59f845def5fd99295c82b13752ab31c..d021c31b0566340ca0569d65e833d808e8140668 100644 (file)
@@ -16,6 +16,8 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 #include "common_startup.hh"
+#include "ws.hh"
+
 bool g_anyToTcp;
 bool g_addSuperfluousNSEC3;
 typedef Distributor<DNSPacket,DNSPacket,PacketHandler> DNSDistributor;
index 95ef5f8cc0c1b164761421795a24d4935284587e..6cbd312bba581bfab251c65c44d4cc57a3055403 100644 (file)
@@ -31,8 +31,6 @@
 #include "nameserver.hh"
 #include "statbag.hh"
 #include "tcpreceiver.hh"
-#include "webserver.hh"
-#include "ws.hh"
 
 extern ArgvMap theArg;
 extern StatBag S;  //!< Statistics are gathered across PDNS via the StatBag class S