diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-06-17 12:14:00 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-06-22 09:35:48 -0400 |
commit | 5ed43ed63b20d74a2641c8d1e547f84cd98179e4 (patch) | |
tree | 60afaa24b0a9f5d3ab657dc21c7ca8721a4dc4a2 /gnuradio-runtime/lib/pmt/pmt_int.h | |
parent | 54ff6375bdec9fc2c202604fa648784f486d0433 (diff) |
runtime: cleaning up unspecific/mistaken boost dependencies
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/lib/pmt/pmt_int.h')
-rw-r--r-- | gnuradio-runtime/lib/pmt/pmt_int.h | 4 |
1 files changed, 1 insertions, 3 deletions
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! |