From 32869d2f345c38a17647b8b430f46e932992cbbe Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 19 Mar 2019 14:56:23 -0700 Subject: include: Remove BOOST_VERSION hacks for 1.58 This removes all version hacks that were required for Boost versions 1.53 through 1.58 (since we now require 1.58). --- host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'host/lib/include/uhdlib') diff --git a/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp b/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp index 76f9e0fb9..4d2baf800 100644 --- a/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp +++ b/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp @@ -15,11 +15,6 @@ #include #include #include -#if BOOST_VERSION >= 105600 -#include -#else -#include -#endif namespace uhd { namespace usrp { namespace gpio_atr { -- cgit v1.2.3