diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-17 13:43:52 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-29 14:52:56 -0400 |
commit | f3e2e07201c50033bf6c9d0c6a6f068557b4f17f (patch) | |
tree | 140b3c2d20a951ffd4abd564c3378ee2e2f9fc7c /gr-blocks/tests | |
parent | 35303ae975a5b1bdecc2492bc96e2b8e89b62a3d (diff) |
runtime: converting runtime core to gr namespace, gnuradio include dir.
Diffstat (limited to 'gr-blocks/tests')
-rw-r--r-- | gr-blocks/tests/benchmark_nco.cc | 4 | ||||
-rw-r--r-- | gr-blocks/tests/benchmark_vco.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gr-blocks/tests/benchmark_nco.cc b/gr-blocks/tests/benchmark_nco.cc index 4c2ed120d..593972494 100644 --- a/gr-blocks/tests/benchmark_nco.cc +++ b/gr-blocks/tests/benchmark_nco.cc @@ -33,8 +33,8 @@ #endif #include <unistd.h> -#include <blocks/nco.h> -#include <blocks/fxpt_nco.h> +#include <gnuradio/blocks/nco.h> +#include <gnuradio/blocks/fxpt_nco.h> #include <string.h> #define ITERATIONS 20000000 diff --git a/gr-blocks/tests/benchmark_vco.cc b/gr-blocks/tests/benchmark_vco.cc index 955dc0805..865e36df4 100644 --- a/gr-blocks/tests/benchmark_vco.cc +++ b/gr-blocks/tests/benchmark_vco.cc @@ -33,8 +33,8 @@ #endif #include <unistd.h> -#include <blocks/vco.h> -#include <blocks/fxpt_vco.h> +#include <gnuradio/blocks/vco.h> +#include <gnuradio/blocks/fxpt_vco.h> #include <string.h> #define ITERATIONS 5000000 |