From: Kees Monshouwer Date: Wed, 17 Feb 2016 18:12:49 +0000 (+0100) Subject: remove unnecessary include from selectmplexer.cc X-Git-Tag: rec-4.0.0-alpha2~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ed9427b6201569b23ba0603141831e13e98af4;p=thirdparty%2Fpdns.git remove unnecessary include from selectmplexer.cc --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index cbd887cd18..8ca6c5e17b 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -836,21 +836,16 @@ nproxy_SOURCES = \ dnsparser.cc dnsparser.hh \ dnsrecords.cc \ dnswriter.cc dnswriter.hh \ - filterpo.hh \ logger.cc \ - lwres.hh \ misc.cc \ mplexer.hh \ - mtasker.hh \ nproxy.cc \ nsecrecords.cc \ qtype.cc \ rcpgenerator.cc rcpgenerator.hh \ - recursor_cache.hh \ selectmplexer.cc \ sillyrecords.cc \ statbag.cc \ - syncres.hh \ unix_utility.cc nproxy_LDFLAGS = \ @@ -872,20 +867,15 @@ notify_SOURCES = \ dnsparser.cc dnsparser.hh \ dnsrecords.cc \ dnswriter.cc dnswriter.hh \ - filterpo.hh \ logger.cc \ - lwres.hh \ misc.cc \ - mtasker.hh \ notify.cc \ nsecrecords.cc \ qtype.cc \ rcpgenerator.cc rcpgenerator.hh \ - recursor_cache.hh \ selectmplexer.cc \ sillyrecords.cc \ statbag.cc \ - syncres.hh \ unix_utility.cc notify_LDFLAGS = \ diff --git a/pdns/selectmplexer.cc b/pdns/selectmplexer.cc index 34aa0fc3f3..857dec6570 100644 --- a/pdns/selectmplexer.cc +++ b/pdns/selectmplexer.cc @@ -5,7 +5,6 @@ #include "sstuff.hh" #include #include "misc.hh" -#include "syncres.hh" #include "utility.hh"