From 97ed9427b6201569b23ba0603141831e13e98af4 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Wed, 17 Feb 2016 19:12:49 +0100 Subject: [PATCH] remove unnecessary include from selectmplexer.cc --- pdns/Makefile.am | 10 ---------- pdns/selectmplexer.cc | 1 - 2 files changed, 11 deletions(-) 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" -- 2.47.2