diff options
Diffstat (limited to 'gr-blocks/lib/delay_impl.h')
-rw-r--r-- | gr-blocks/lib/delay_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/delay_impl.h b/gr-blocks/lib/delay_impl.h index 1cb959359e..ad07e6aa78 100644 --- a/gr-blocks/lib/delay_impl.h +++ b/gr-blocks/lib/delay_impl.h @@ -23,8 +23,8 @@ #ifndef INCLUDED_GR_DELAY_IMPL_H #define INCLUDED_GR_DELAY_IMPL_H -#include <blocks/delay.h> -#include <thread/thread.h> +#include <gnuradio/blocks/delay.h> +#include <gnuradio/thread/thread.h> namespace gr { namespace blocks { |