]> granicus.if.org Git - pdns/commitdiff
Drop unused <history.h> include
authorChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Wed, 13 Jan 2016 19:31:39 +0000 (20:31 +0100)
committerChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Wed, 13 Jan 2016 19:31:39 +0000 (20:31 +0100)
Not needed for libedit, and the compat symlink apparently is a
Debian-only thing, breaking the build on Fedora.

pdns/dnsdist-console.cc
pdns/dnsdist.cc

index efd17f55b55387999e203b16a20479ad4cfb18b3..51b24a5cb8fbf8c0454d2f58196ba96c7f8d4c4f 100644 (file)
@@ -1,7 +1,6 @@
 #include "dnsdist.hh"
 #include "sodcrypto.hh"
 #include <readline.h>
-#include <history.h>
 #include <fstream>
 #include "dolog.hh"
 
index 60ed5f9eb88b67517d21d3f7732475cf77dc46d9..6b9b38010f924c312d0d78adf631362a2353879a 100644 (file)
@@ -28,7 +28,6 @@
 #include <limits>
 #include "dolog.hh"
 #include <readline.h>
-#include <history.h>
 #include "dnsname.hh"
 #include "dnswriter.hh"
 #include "base64.hh"