summaryrefslogtreecommitdiff
path: root/lib/element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/element.cpp')
-rw-r--r--lib/element.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/element.cpp b/lib/element.cpp
index 39cbca3..6d116e9 100644
--- a/lib/element.cpp
+++ b/lib/element.cpp
@@ -15,13 +15,13 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "element_impl.hpp"
-#include <gnuradio/element.hpp>
+#include <gras/element.hpp>
#include <boost/format.hpp>
#include <boost/detail/atomic_count.hpp>
static boost::detail::atomic_count unique_id_pool(0);
-using namespace gnuradio;
+using namespace gras;
Element::Element(void)
{