diff options
author | Josh Blum | 2012-10-10 21:59:43 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-10 21:59:43 -0700 |
commit | 9681d80c37794d66fd8a171efb4b047306b937d3 (patch) | |
tree | c3442a53fd33260e80a57818396fe333e6458420 | |
parent | c69c2f9e891915e43963010e1baf34740b55f8c2 (diff) | |
download | sandhi-9681d80c37794d66fd8a171efb4b047306b937d3.tar.gz sandhi-9681d80c37794d66fd8a171efb4b047306b937d3.tar.bz2 sandhi-9681d80c37794d66fd8a171efb4b047306b937d3.zip |
remove unneeded include from install hdrs
m--------- | Theron | 0 | ||||
-rw-r--r-- | include/gnuradio/block.hpp | 1 | ||||
-rw-r--r-- | include/gnuradio/element.hpp | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/Theron b/Theron -Subproject 6ba1e9c4210dbde15107865cfc2c4e1d8091362 +Subproject a18a310781e736ccc3272a18c810275b24e27e9 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 { |