Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.hpp
index a163f1dc88ef040a13aa58c1e07605a7b591ffbd..833fde25fe6b3e890855d856956d03f486406e0e 100644 (file)
@@ -7,12 +7,14 @@
 #ifndef CTF_FS_DS_FILE_H
 #define CTF_FS_DS_FILE_H
 
-#include <stdio.h>
-#include <stdbool.h>
 #include <glib.h>
-#include "common/macros.h"
+#include <stdbool.h>
+#include <stdio.h>
+
 #include <babeltrace2/babeltrace.h>
 
+#include "common/macros.h"
+
 #include "../common/msg-iter/msg-iter.hpp"
 #include "lttng-index.hpp"
 
This page took 0.022927 seconds and 4 git commands to generate.