From: Bert Hubert Date: Sun, 9 Jan 2011 10:27:31 +0000 (+0000) Subject: remove boost filesystem dependency X-Git-Tag: auth-3.0~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62cbfc5e1f0668fef46968221c7d309e2a5e2a11;p=pdns remove boost filesystem dependency git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1845 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/dbdnsseckeeper.cc b/pdns/dbdnsseckeeper.cc index 609c362b0..041e377b3 100644 --- a/pdns/dbdnsseckeeper.cc +++ b/pdns/dbdnsseckeeper.cc @@ -3,8 +3,6 @@ #include "ueberbackend.hh" #include "statbag.hh" #include -#include -#include #include #include #include @@ -14,8 +12,6 @@ #include // for 'operator+=()' #include using namespace boost::assign; -namespace fs = boost::filesystem; - using namespace std; using namespace boost;