diff options
Diffstat (limited to 'gcell')
-rw-r--r-- | gcell/apps/benchmark_dma.cc | 2 | ||||
-rw-r--r-- | gcell/apps/benchmark_nop.cc | 2 | ||||
-rw-r--r-- | gcell/apps/benchmark_roundtrip.cc | 2 | ||||
-rw-r--r-- | gcell/lib/runtime/gc_client_thread_info.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcell/apps/benchmark_dma.cc b/gcell/apps/benchmark_dma.cc index bce1953a34..a84defe370 100644 --- a/gcell/apps/benchmark_dma.cc +++ b/gcell/apps/benchmark_dma.cc @@ -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> diff --git a/gcell/apps/benchmark_nop.cc b/gcell/apps/benchmark_nop.cc index 10f9d4c5a1..dee46c8420 100644 --- a/gcell/apps/benchmark_nop.cc +++ b/gcell/apps/benchmark_nop.cc @@ -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> diff --git a/gcell/apps/benchmark_roundtrip.cc b/gcell/apps/benchmark_roundtrip.cc index 85af03a089..8ba37c968e 100644 --- a/gcell/apps/benchmark_roundtrip.cc +++ b/gcell/apps/benchmark_roundtrip.cc @@ -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> diff --git a/gcell/lib/runtime/gc_client_thread_info.h b/gcell/lib/runtime/gc_client_thread_info.h index fbb35d966c..9f46ecca77 100644 --- a/gcell/lib/runtime/gc_client_thread_info.h +++ b/gcell/lib/runtime/gc_client_thread_info.h @@ -21,7 +21,7 @@ #ifndef INCLUDED_GC_CLIENT_THREAD_INFO_H #define INCLUDED_GC_CLIENT_THREAD_INFO_H -#include <omnithread.h> +#include <gnuradio/omnithread.h> #include <boost/utility.hpp> enum gc_ct_state { |