From 5ed43ed63b20d74a2641c8d1e547f84cd98179e4 Mon Sep 17 00:00:00 2001 From: Marcus Müller <mmueller@gnuradio.org> Date: Thu, 17 Jun 2021 12:14:00 +0200 Subject: runtime: cleaning up unspecific/mistaken boost dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Müller <mmueller@gnuradio.org> --- gnuradio-runtime/lib/pmt/pmt_int.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnuradio-runtime/lib/pmt/pmt_int.h') diff --git a/gnuradio-runtime/lib/pmt/pmt_int.h b/gnuradio-runtime/lib/pmt/pmt_int.h index 13c42968f2..7aadefe4d7 100644 --- a/gnuradio-runtime/lib/pmt/pmt_int.h +++ b/gnuradio-runtime/lib/pmt/pmt_int.h @@ -11,9 +11,7 @@ #define INCLUDED_PMT_INT_H #include <pmt/pmt.h> -#include <boost/atomic.hpp> -#include <boost/utility.hpp> -#include <boost/version.hpp> +#include <boost/any.hpp> /* * EVERYTHING IN THIS FILE IS PRIVATE TO THE IMPLEMENTATION! -- cgit v1.2.3