diff options
author | Josh Blum | 2012-10-28 22:39:39 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-28 22:39:39 -0700 |
commit | 77f79c8e2c45d816a2ecb869b2869825b3293640 (patch) | |
tree | 888dfa430241024e0dd47248aa14a8a09394d469 /lib/element_impl.hpp | |
parent | 9620afa87986645653b171fb2c74c06597edb382 (diff) | |
download | sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.gz sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.bz2 sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.zip |
work on stand-alone library build
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index d058e63..e079d8e 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -20,12 +20,12 @@ #include <gras_impl/block_actor.hpp> #include <Apology/Topology.hpp> #include <Apology/Executor.hpp> -#include <gnuradio/element.hpp> -#include <gnuradio/block.hpp> +#include <gras/element.hpp> +#include <gras/block.hpp> #include <gras_impl/token.hpp> #include <gras_impl/interruptible_thread.hpp> -namespace gnuradio +namespace gras { struct ElementImpl @@ -61,6 +61,6 @@ struct ElementImpl }; -} //namespace gnuradio +} //namespace gras #endif /*INCLUDED_LIBGRAS_ELEMENT_IMPL_HPP*/ |