diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-04-02 23:04:08 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-04-02 23:04:08 -0700 |
commit | c6dbde23b256a41b3d92cb4ad6b63287095d53c7 (patch) | |
tree | 71db12ea2e1667770c22568dcdf5e0857d5f1e59 /gr-qtgui/lib/time_raster_sink_f_impl.h | |
parent | 22b70d0889ef3c51e27a31ee18d153093a55cbb8 (diff) | |
parent | 98758cbfa9a2aff714952d19e773bc370dfa2185 (diff) |
Merged next into uninstalled import branch.
Diffstat (limited to 'gr-qtgui/lib/time_raster_sink_f_impl.h')
-rw-r--r-- | gr-qtgui/lib/time_raster_sink_f_impl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gr-qtgui/lib/time_raster_sink_f_impl.h b/gr-qtgui/lib/time_raster_sink_f_impl.h index 1d7d791202..fad731570c 100644 --- a/gr-qtgui/lib/time_raster_sink_f_impl.h +++ b/gr-qtgui/lib/time_raster_sink_f_impl.h @@ -26,9 +26,9 @@ #include <qtgui/time_raster_sink_f.h> #include <filter/firdes.h> #include <fft/fft.h> -#include <gruel/high_res_timer.h> -#include <gruel/thread.h> -#include <timerasterdisplayform.h> +#include <high_res_timer.h> +#include <thread/thread.h> +#include <qtgui/timerasterdisplayform.h> namespace gr { namespace qtgui { @@ -55,8 +55,8 @@ namespace gr { std::vector<float> d_offset; double d_samp_rate; - gruel::high_res_timer_type d_update_time; - gruel::high_res_timer_type d_last_time; + gr::high_res_timer_type d_update_time; + gr::high_res_timer_type d_last_time; public: time_raster_sink_f_impl(double samp_rate, |