diff options
author | Josh Blum | 2012-09-13 18:57:35 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-13 18:57:35 -0700 |
commit | f1c0a7e2a70247697feec42f25c792ddc9068f07 (patch) | |
tree | ef36a35a69c905e868f9dea55e90c879db773b52 /lib/element_impl.hpp | |
parent | 87cd4fe7179a55f1ea34ea90744017c403838542 (diff) | |
download | sandhi-f1c0a7e2a70247697feec42f25c792ddc9068f07.tar.gz sandhi-f1c0a7e2a70247697feec42f25c792ddc9068f07.tar.bz2 sandhi-f1c0a7e2a70247697feec42f25c792ddc9068f07.zip |
redo gr type compat header, it has 2 purposes
to be included by swig and bring in hpp files
and to provide gr_<stdint> typedefs
This is for backwards compat since really old blocks use these typedefs
(should totally sed these out)
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 01a9791..556fbd1 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -29,7 +29,6 @@ #include <tsbe/executor.hpp> #include <gnuradio/element.hpp> #include <gnuradio/block.hpp> -#include <gr_types.h> #include <set> #include <vector> #include <queue> |