summaryrefslogtreecommitdiff
path: root/include/gnuradio/gras.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnuradio/gras.hpp')
-rw-r--r--include/gnuradio/gras.hpp17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/gnuradio/gras.hpp b/include/gnuradio/gras.hpp
index 1759be1..1712ed4 100644
--- a/include/gnuradio/gras.hpp
+++ b/include/gnuradio/gras.hpp
@@ -17,9 +17,7 @@
#ifndef INCLUDED_GNURADIO_GRAS_HPP
#define INCLUDED_GNURADIO_GRAS_HPP
-#include <boost/shared_ptr.hpp>
-#include <boost/weak_ptr.hpp>
-#include <boost/intrusive_ptr.hpp>
+#include <ciso646>
//this is part of core for now, treat it as such
#include <gr_core_api.h>
@@ -38,17 +36,4 @@
#define GRAS_FORCE_INLINE inline
#endif
-namespace gnuradio
-{
-
-struct ElementImpl;
-
-struct SBuffer;
-struct SBufferImpl;
-
-void intrusive_ptr_add_ref(SBufferImpl*);
-void intrusive_ptr_release(SBufferImpl*);
-
-} //namespace gnuradio
-
#endif /*INCLUDED_GNURADIO_GRAS_HPP*/