aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmosdr
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-03-17 10:38:20 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2013-04-09 00:28:10 +0200
commitfd56ae76403097a7a8d246d2467b8a5a2912b8df (patch)
tree208cac9eb1ec42ccc7f64d96eda9459c78a2cedd /include/osmosdr
parente77017f652e0fd00f83deb450193d7857e12b874 (diff)
adopt gnuradio component header structure
this makes it neccessary to include headers with the osmosdr/ prefix thanks to Alexandru Csete for pointing this out.
Diffstat (limited to 'include/osmosdr')
-rw-r--r--include/osmosdr/osmosdr_device.h4
-rw-r--r--include/osmosdr/osmosdr_ranges.h4
-rw-r--r--include/osmosdr/osmosdr_sink_c.h4
-rw-r--r--include/osmosdr/osmosdr_source_c.h6
4 files changed, 9 insertions, 9 deletions
diff --git a/include/osmosdr/osmosdr_device.h b/include/osmosdr/osmosdr_device.h
index ed9d01f..1f59751 100644
--- a/include/osmosdr/osmosdr_device.h
+++ b/include/osmosdr/osmosdr_device.h
@@ -21,8 +21,8 @@
#ifndef INCLUDED_OSMOSDR_DEVICE_H
#define INCLUDED_OSMOSDR_DEVICE_H
-#include <osmosdr_api.h>
-#include <osmosdr_pimpl.h>
+#include <osmosdr/osmosdr_api.h>
+#include <osmosdr/osmosdr_pimpl.h>
#include <boost/noncopyable.hpp>
#include <boost/lexical_cast.hpp>
#include <stdexcept>
diff --git a/include/osmosdr/osmosdr_ranges.h b/include/osmosdr/osmosdr_ranges.h
index c84eb95..e085661 100644
--- a/include/osmosdr/osmosdr_ranges.h
+++ b/include/osmosdr/osmosdr_ranges.h
@@ -18,8 +18,8 @@
#ifndef INCLUDED_OSMOSDR_RANGES_H
#define INCLUDED_OSMOSDR_RANGES_H
-#include <osmosdr_api.h>
-#include <osmosdr_pimpl.h>
+#include <osmosdr/osmosdr_api.h>
+#include <osmosdr/osmosdr_pimpl.h>
#include <string>
#include <vector>
diff --git a/include/osmosdr/osmosdr_sink_c.h b/include/osmosdr/osmosdr_sink_c.h
index 19ac05e..ebdd489 100644
--- a/include/osmosdr/osmosdr_sink_c.h
+++ b/include/osmosdr/osmosdr_sink_c.h
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OSMOSDR_SINK_C_H
#define INCLUDED_OSMOSDR_SINK_C_H
-#include <osmosdr_api.h>
-#include <gr_hier_block2.h>
+#include <osmosdr/osmosdr_api.h>
+#include <gnuradio/gr_hier_block2.h>
class osmosdr_sink_c;
diff --git a/include/osmosdr/osmosdr_source_c.h b/include/osmosdr/osmosdr_source_c.h
index a2b598c..453f592 100644
--- a/include/osmosdr/osmosdr_source_c.h
+++ b/include/osmosdr/osmosdr_source_c.h
@@ -20,9 +20,9 @@
#ifndef INCLUDED_OSMOSDR_SOURCE_C_H
#define INCLUDED_OSMOSDR_SOURCE_C_H
-#include <osmosdr_api.h>
-#include <osmosdr_ranges.h>
-#include <gr_hier_block2.h>
+#include <osmosdr/osmosdr_api.h>
+#include <osmosdr/osmosdr_ranges.h>
+#include <gnuradio/gr_hier_block2.h>
class osmosdr_source_c;