diff options
Diffstat (limited to 'gr-blocks/lib/message_debug_impl.h')
-rw-r--r-- | gr-blocks/lib/message_debug_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-blocks/lib/message_debug_impl.h b/gr-blocks/lib/message_debug_impl.h index 817a9a834c..5a6e2e4acb 100644 --- a/gr-blocks/lib/message_debug_impl.h +++ b/gr-blocks/lib/message_debug_impl.h @@ -23,9 +23,9 @@ #ifndef INCLUDED_GR_MESSAGE_DEBUG_IMPL_H #define INCLUDED_GR_MESSAGE_DEBUG_IMPL_H -#include <blocks/message_debug.h> -#include <gr_block.h> -#include <thread/thread.h> +#include <gnuradio/blocks/message_debug.h> +#include <gnuradio/block.h> +#include <gnuradio/thread/thread.h> #include <pmt/pmt.h> namespace gr { |