summaryrefslogtreecommitdiff
path: root/usrp/host/apps-inband/test_usrp_inband_2rx.cc
diff options
context:
space:
mode:
authorjcorgan2008-12-20 20:54:52 +0000
committerjcorgan2008-12-20 20:54:52 +0000
commit66dca69648e7fa8fbdd2973f77224ad34198d9a5 (patch)
treed5c67453d04d7f727da5dcac7f427a85ea086983 /usrp/host/apps-inband/test_usrp_inband_2rx.cc
parent8d3704c5af29ef15e3a4490049d2fd6d917bc6d8 (diff)
downloadgnuradio-66dca69648e7fa8fbdd2973f77224ad34198d9a5.tar.gz
gnuradio-66dca69648e7fa8fbdd2973f77224ad34198d9a5.tar.bz2
gnuradio-66dca69648e7fa8fbdd2973f77224ad34198d9a5.zip
Move mblock library include files into separate library. Updates to usrp in-band code to accommodate. Tested with out-of-tree mblock application builds. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10144 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/apps-inband/test_usrp_inband_2rx.cc')
-rw-r--r--usrp/host/apps-inband/test_usrp_inband_2rx.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/usrp/host/apps-inband/test_usrp_inband_2rx.cc b/usrp/host/apps-inband/test_usrp_inband_2rx.cc
index da8d7271c..c210f196a 100644
--- a/usrp/host/apps-inband/test_usrp_inband_2rx.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_2rx.cc
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -23,16 +23,16 @@
#include <config.h>
#endif
-#include <mb_mblock.h>
-#include <mb_runtime.h>
+#include <mblock/mblock.h>
+#include <mblock/runtime.h>
#include <mb_runtime_nop.h> // QA only
-#include <mb_protocol_class.h>
-#include <mb_exception.h>
-#include <mb_msg_queue.h>
-#include <mb_message.h>
+#include <mblock/protocol_class.h>
+#include <mblock/exception.h>
+#include <mblock/msg_queue.h>
+#include <mblock/message.h>
#include <mb_mblock_impl.h>
-#include <mb_msg_accepter.h>
-#include <mb_class_registry.h>
+#include <mblock/msg_accepter.h>
+#include <mblock/class_registry.h>
#include <pmt.h>
#include <stdio.h>
#include <string.h>