]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove unnecessary include from selectmplexer.cc 3474/head
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 17 Feb 2016 18:12:49 +0000 (19:12 +0100)
committermind04 <mind04@monshouwer.org>
Wed, 17 Feb 2016 18:13:11 +0000 (19:13 +0100)
pdns/Makefile.am
pdns/selectmplexer.cc

index cbd887cd18f69f6b9cf843ffc18d783187a5fafa..8ca6c5e17bcc95df8ae4f89e25268e700916f8eb 100644 (file)
@@ -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 = \
index 34aa0fc3f3a8c6982b5bf31e198f4f2eec29c37c..857dec6570003fa1d2214057da3fb00db3636376 100644 (file)
@@ -5,7 +5,6 @@
 #include "sstuff.hh"
 #include <iostream>
 #include "misc.hh"
-#include "syncres.hh"
 #include "utility.hh"