summaryrefslogtreecommitdiff
path: root/gr-uhd/lib
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-04-30 13:15:23 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-30 13:15:23 -0700
commitef43e123bdf1aa91220f1026e5f9872f5e255928 (patch)
tree75c1bd7fdccdc8433c5c63b43d91a2a8d861e73b /gr-uhd/lib
parent02b89c6174b776acd2865443fbc19649b8b0e7d0 (diff)
uhd: moved include dir to gnuradio/uhd
Diffstat (limited to 'gr-uhd/lib')
-rw-r--r--gr-uhd/lib/amsg_source_impl.h2
-rw-r--r--gr-uhd/lib/usrp_sink_impl.h2
-rw-r--r--gr-uhd/lib/usrp_source_impl.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gr-uhd/lib/amsg_source_impl.h b/gr-uhd/lib/amsg_source_impl.h
index bb7326a80f..5bba3627f7 100644
--- a/gr-uhd/lib/amsg_source_impl.h
+++ b/gr-uhd/lib/amsg_source_impl.h
@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
-#include <uhd/amsg_source.h>
+#include <gnuradio/uhd/amsg_source.h>
#include <gnuradio/thread/thread.h>
namespace gr {
diff --git a/gr-uhd/lib/usrp_sink_impl.h b/gr-uhd/lib/usrp_sink_impl.h
index d573b3e881..4db67f2abb 100644
--- a/gr-uhd/lib/usrp_sink_impl.h
+++ b/gr-uhd/lib/usrp_sink_impl.h
@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
-#include <uhd/usrp_sink.h>
+#include <gnuradio/uhd/usrp_sink.h>
#include <uhd/convert.hpp>
static const pmt::pmt_t SOB_KEY = pmt::string_to_symbol("tx_sob");
diff --git a/gr-uhd/lib/usrp_source_impl.h b/gr-uhd/lib/usrp_source_impl.h
index baff2cd76a..347241a19e 100644
--- a/gr-uhd/lib/usrp_source_impl.h
+++ b/gr-uhd/lib/usrp_source_impl.h
@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
-#include <uhd/usrp_source.h>
+#include <gnuradio/uhd/usrp_source.h>
#include <uhd/convert.hpp>
static const pmt::pmt_t TIME_KEY = pmt::string_to_symbol("rx_time");