diff options
Diffstat (limited to 'gr-blocks/tests/benchmark_vco.cc')
-rw-r--r-- | gr-blocks/tests/benchmark_vco.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/tests/benchmark_vco.cc b/gr-blocks/tests/benchmark_vco.cc index 955dc08051..865e36df4e 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 |