commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10440 - in gnuradio/branches/developers/michaelld/omn


From: michaelld
Subject: [Commit-gnuradio] r10440 - in gnuradio/branches/developers/michaelld/omnithread: gcell/apps usrp2/host/lib
Date: Wed, 11 Feb 2009 09:34:39 -0700 (MST)

Author: michaelld
Date: 2009-02-11 09:34:39 -0700 (Wed, 11 Feb 2009)
New Revision: 10440

Modified:
   gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_dma.cc
   gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_nop.cc
   
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_roundtrip.cc
   gnuradio/branches/developers/michaelld/omnithread/usrp2/host/lib/control.cc
Log:
Missed #include's using omni files.



Modified: 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_dma.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_dma.cc   
    2009-02-11 15:40:25 UTC (rev 10439)
+++ 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_dma.cc   
    2009-02-11 16:34:39 UTC (rev 10440)
@@ -23,7 +23,7 @@
 #include <config.h>
 #endif
 #include <gcell/gc_job_manager.h>
-#include <omni_time.h>
+#include <gnuradio/omni_time.h>
 #include <getopt.h>
 #include <stdlib.h>
 #include <stdio.h>

Modified: 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_nop.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_nop.cc   
    2009-02-11 15:40:25 UTC (rev 10439)
+++ 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_nop.cc   
    2009-02-11 16:34:39 UTC (rev 10440)
@@ -23,7 +23,7 @@
 #include <config.h>
 #endif
 #include <gcell/gc_job_manager.h>
-#include <omni_time.h>
+#include <gnuradio/omni_time.h>
 #include <getopt.h>
 #include <stdlib.h>
 #include <stdio.h>

Modified: 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_roundtrip.cc
===================================================================
--- 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_roundtrip.cc
 2009-02-11 15:40:25 UTC (rev 10439)
+++ 
gnuradio/branches/developers/michaelld/omnithread/gcell/apps/benchmark_roundtrip.cc
 2009-02-11 16:34:39 UTC (rev 10440)
@@ -23,7 +23,7 @@
 #include <config.h>
 #endif
 #include <gcell/gc_job_manager.h>
-#include <omni_time.h>
+#include <gnuradio/omni_time.h>
 #include <getopt.h>
 #include <stdlib.h>
 #include <stdio.h>

Modified: 
gnuradio/branches/developers/michaelld/omnithread/usrp2/host/lib/control.cc
===================================================================
--- gnuradio/branches/developers/michaelld/omnithread/usrp2/host/lib/control.cc 
2009-02-11 15:40:25 UTC (rev 10439)
+++ gnuradio/branches/developers/michaelld/omnithread/usrp2/host/lib/control.cc 
2009-02-11 16:34:39 UTC (rev 10440)
@@ -23,7 +23,7 @@
 #include <config.h>
 #endif
 
-#include <omni_time.h>
+#include <gnuradio/omni_time.h>
 #include "control.h"
 #include <iostream>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]