diff options
Diffstat (limited to 'include/gnuradio')
-rw-r--r-- | include/gnuradio/block.hpp | 1 | ||||
-rw-r--r-- | include/gnuradio/element.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/gnuradio/block.hpp b/include/gnuradio/block.hpp index da773fd..efa8b7f 100644 --- a/include/gnuradio/block.hpp +++ b/include/gnuradio/block.hpp @@ -20,7 +20,6 @@ #include <gnuradio/element.hpp> #include <gnuradio/sbuffer.hpp> #include <gnuradio/tags.hpp> -#include <gruel/pmt.h> #include <vector> #include <string> diff --git a/include/gnuradio/element.hpp b/include/gnuradio/element.hpp index 72927ca..abf0e34 100644 --- a/include/gnuradio/element.hpp +++ b/include/gnuradio/element.hpp @@ -21,7 +21,6 @@ #include <gnuradio/io_signature.hpp> #include <boost/shared_ptr.hpp> #include <boost/enable_shared_from_this.hpp> -#include <gruel/pmt.h> namespace gnuradio { |