From: Nicko Dehaine Date: Thu, 2 Jan 2020 18:28:36 +0000 (-0800) Subject: Lexicalcast not needed after move to ComboAddress/Netmask X-Git-Tag: rec-4.4.0-beta1~4^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2031575e855cdc95393761d5323873233f26e3;p=thirdparty%2Fpdns.git Lexicalcast not needed after move to ComboAddress/Netmask --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index c723ad153a..6a351f1fd0 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -22,7 +22,6 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include #include "utility.hh" #include "dnsrecords.hh" #include "iputils.hh"