diff options
Diffstat (limited to 'gnuradio-runtime/lib/scheduler.h')
-rw-r--r-- | gnuradio-runtime/lib/scheduler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/scheduler.h b/gnuradio-runtime/lib/scheduler.h index 36bec12961..8041771f3c 100644 --- a/gnuradio-runtime/lib/scheduler.h +++ b/gnuradio-runtime/lib/scheduler.h @@ -22,10 +22,10 @@ #ifndef INCLUDED_GR_SCHEDULER_H #define INCLUDED_GR_SCHEDULER_H +#include "flat_flowgraph.h" #include <gnuradio/api.h> -#include <boost/utility.hpp> #include <gnuradio/block.h> -#include "flat_flowgraph.h" +#include <boost/utility.hpp> namespace gr { |