summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Blum2012-10-10 21:59:43 -0700
committerJosh Blum2012-10-10 21:59:43 -0700
commit9681d80c37794d66fd8a171efb4b047306b937d3 (patch)
treec3442a53fd33260e80a57818396fe333e6458420 /include
parentc69c2f9e891915e43963010e1baf34740b55f8c2 (diff)
downloadsandhi-9681d80c37794d66fd8a171efb4b047306b937d3.tar.gz
sandhi-9681d80c37794d66fd8a171efb4b047306b937d3.tar.bz2
sandhi-9681d80c37794d66fd8a171efb4b047306b937d3.zip
remove unneeded include from install hdrs
Diffstat (limited to 'include')
-rw-r--r--include/gnuradio/block.hpp1
-rw-r--r--include/gnuradio/element.hpp1
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
{