]> granicus.if.org Git - pdns/commitdiff
remove boost filesystem dependency
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 9 Jan 2011 10:27:31 +0000 (10:27 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 9 Jan 2011 10:27:31 +0000 (10:27 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1845 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/dbdnsseckeeper.cc

index 609c362b0796dd5d16f617bfe61d54d141bc55de..041e377b3ad1a46ea3dcc4bc4bd82b3c7dc2152f 100644 (file)
@@ -3,8 +3,6 @@
 #include "ueberbackend.hh"
 #include "statbag.hh"
 #include <iostream>
-#include <boost/filesystem/operations.hpp>
-#include <boost/filesystem/path.hpp>
 #include <boost/foreach.hpp>
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -14,8 +12,6 @@
 #include <boost/assign/std/vector.hpp> // for 'operator+=()'
 #include <boost/assign/list_inserter.hpp>
 using namespace boost::assign;
-namespace fs = boost::filesystem;
-
 using namespace std;
 using namespace boost;