summaryrefslogtreecommitdiff
path: root/include/gnuradio/gras.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-10-05 01:32:45 -0700
committerJosh Blum2012-10-05 01:32:45 -0700
commite5f49c3b50b96c0ededfe6ba40be0ed8a28185ce (patch)
tree8b5ebd175078aa847b889d32be376c90b97aff6b /include/gnuradio/gras.hpp
parent9b06c037fcb618199e99518ee120ef3b2f1e96a7 (diff)
downloadsandhi-e5f49c3b50b96c0ededfe6ba40be0ed8a28185ce.tar.gz
sandhi-e5f49c3b50b96c0ededfe6ba40be0ed8a28185ce.tar.bz2
sandhi-e5f49c3b50b96c0ededfe6ba40be0ed8a28185ce.zip
moved include junk into respective headers
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*/