summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/realtime_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/realtime_impl.cc')
-rw-r--r--gnuradio-runtime/lib/realtime_impl.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/realtime_impl.cc b/gnuradio-runtime/lib/realtime_impl.cc
index de624f9ad7..f97d3b757e 100644
--- a/gnuradio-runtime/lib/realtime_impl.cc
+++ b/gnuradio-runtime/lib/realtime_impl.cc
@@ -30,11 +30,11 @@
#include <sched.h>
#endif
-#include <algorithm>
-#include <math.h>
-#include <string.h>
#include <errno.h>
+#include <math.h>
#include <stdio.h>
+#include <string.h>
+#include <algorithm>
#include <iostream>