From: Remi Gacogne Date: Fri, 25 Oct 2019 15:50:25 +0000 (+0200) Subject: Remove deprecated floating_point_comparison.hpp header X-Git-Tag: dnsdist-1.4.0~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8472%2Fhead;p=thirdparty%2Fpdns.git Remove deprecated floating_point_comparison.hpp header --- diff --git a/pdns/recursordist/test-mtasker.cc b/pdns/recursordist/test-mtasker.cc index e022a19f7b..7e33160c19 100644 --- a/pdns/recursordist/test-mtasker.cc +++ b/pdns/recursordist/test-mtasker.cc @@ -5,7 +5,6 @@ #include "config.h" #endif #include -#include #include "mtasker.hh" BOOST_AUTO_TEST_SUITE(mtasker_cc) diff --git a/pdns/recursordist/test-recursorcache_cc.cc b/pdns/recursordist/test-recursorcache_cc.cc index 85a60d003a..8accd90d64 100644 --- a/pdns/recursordist/test-recursorcache_cc.cc +++ b/pdns/recursordist/test-recursorcache_cc.cc @@ -5,7 +5,6 @@ #include "config.h" #endif #include -#include #include "iputils.hh" #include "recursor_cache.hh" diff --git a/pdns/test-packetcache_cc.cc b/pdns/test-packetcache_cc.cc index fc277f50cf..1655abe42a 100644 --- a/pdns/test-packetcache_cc.cc +++ b/pdns/test-packetcache_cc.cc @@ -5,7 +5,6 @@ #include "config.h" #endif #include -#include #include "iputils.hh" #include "nameserver.hh" #include "statbag.hh"