Author: eb
Date: 2008-01-23 09:11:26 -0700 (Wed, 23 Jan 2008)
New Revision: 7498

Modified:
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_gmac_tx.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_cs.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_overrun.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_ping.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_registers.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_rx.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_timestamps.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_tx.cc
   
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_underrun.cc
Log:
removed unneeded include of mb_runtime_nop.h

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_gmac_tx.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_gmac_tx.cc
   2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_gmac_tx.cc
   2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_cs.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_cs.cc
    2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_cs.cc
    2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_overrun.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_overrun.cc
       2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_overrun.cc
       2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_ping.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_ping.cc
  2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_ping.cc
  2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_registers.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_registers.cc
     2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_registers.cc
     2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_rx.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_rx.cc
    2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_rx.cc
    2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_timestamps.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_timestamps.cc
    2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_timestamps.cc
    2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_tx.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_tx.cc
    2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_tx.cc
    2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>

Modified: 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_underrun.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_underrun.cc
      2008-01-23 15:35:54 UTC (rev 7497)
+++ 
gnuradio/branches/developers/michaelld/t186/usrp/host/apps-inband/test_usrp_inband_underrun.cc
      2008-01-23 16:11:26 UTC (rev 7498)
@@ -25,7 +25,6 @@
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to