summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/top_block_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/top_block_impl.cc')
-rw-r--r--gnuradio-runtime/lib/top_block_impl.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnuradio-runtime/lib/top_block_impl.cc b/gnuradio-runtime/lib/top_block_impl.cc
index 70b1e3e87c..16acb3826d 100644
--- a/gnuradio-runtime/lib/top_block_impl.cc
+++ b/gnuradio-runtime/lib/top_block_impl.cc
@@ -24,17 +24,17 @@
#include "config.h"
#endif
-#include "top_block_impl.h"
#include "flat_flowgraph.h"
#include "scheduler_tpb.h"
-#include <gnuradio/top_block.h>
+#include "top_block_impl.h"
#include <gnuradio/prefs.h>
+#include <gnuradio/top_block.h>
-#include <stdexcept>
-#include <iostream>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <stdlib.h>
+#include <iostream>
+#include <stdexcept>
namespace gr {