From: Peter van Dijk Date: Mon, 3 Jun 2013 08:01:08 +0000 (+0200) Subject: Revert "Fix correct include path for dns_random.hh" because it breaks recursor building. X-Git-Tag: rec-3.6.0-rc1~706 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b1143db3c17a16f1dd5ddd8275fa68e59ceacad;p=thirdparty%2Fpdns.git Revert "Fix correct include path for dns_random.hh" because it breaks recursor building. This reverts commit c5c63477f224820a10962dcf7dcbfc52a1382a67. --- diff --git a/pdns/aes/dns_random.cc b/pdns/aes/dns_random.cc index 6737da5353..da81f5e290 100644 --- a/pdns/aes/dns_random.cc +++ b/pdns/aes/dns_random.cc @@ -5,7 +5,7 @@ #include #include #include -#include "pdns/dns_random.hh" +#include "dns_random.hh" using namespace std;