diff options
Diffstat (limited to 'gr-qtgui/lib/time_sink_c_impl.h')
-rw-r--r-- | gr-qtgui/lib/time_sink_c_impl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-qtgui/lib/time_sink_c_impl.h b/gr-qtgui/lib/time_sink_c_impl.h index 2f9765c2c5..724d38e2ae 100644 --- a/gr-qtgui/lib/time_sink_c_impl.h +++ b/gr-qtgui/lib/time_sink_c_impl.h @@ -23,10 +23,10 @@ #ifndef INCLUDED_QTGUI_TIME_SINK_C_IMPL_H #define INCLUDED_QTGUI_TIME_SINK_C_IMPL_H -#include <qtgui/time_sink_c.h> -#include <qtgui/timedisplayform.h> -#include <thread/thread.h> -#include <high_res_timer.h> +#include <gnuradio/qtgui/time_sink_c.h> +#include <gnuradio/qtgui/timedisplayform.h> +#include <gnuradio/thread/thread.h> +#include <gnuradio/high_res_timer.h> namespace gr { namespace qtgui { |