Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / lttng-live / data-stream.hpp
index c16eae87fe83f604a80667f02763a1f8b5832377..28b3b95fd333e96bac97258a2ad6dfaa677518b9 100644 (file)
@@ -7,10 +7,9 @@
 #ifndef LTTNG_LIVE_DATA_STREAM_H
 #define LTTNG_LIVE_DATA_STREAM_H
 
-#include <stdio.h>
-#include <stdint.h>
-
 #include <glib.h>
+#include <stdint.h>
+#include <stdio.h>
 
 #include "../common/msg-iter/msg-iter.hpp"
 #include "lttng-live.hpp"
This page took 0.02358 seconds and 4 git commands to generate.