Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink-stream.hpp
index cb95c08f2cfe3b9f5e9dddd79e287dda8993c0eb..16f931870773755545c5613edaf154b08655f5bb 100644 (file)
@@ -7,13 +7,15 @@
 #ifndef BABELTRACE_PLUGIN_CTF_FS_SINK_FS_SINK_STREAM_H
 #define BABELTRACE_PLUGIN_CTF_FS_SINK_FS_SINK_STREAM_H
 
-#include "common/macros.h"
-#include <babeltrace2/babeltrace.h>
-#include "ctfser/ctfser.h"
 #include <glib.h>
 #include <stdbool.h>
 #include <stdint.h>
 
+#include <babeltrace2/babeltrace.h>
+
+#include "common/macros.h"
+#include "ctfser/ctfser.h"
+
 #include "fs-sink-ctf-meta.hpp"
 
 struct fs_sink_trace;
This page took 0.024133 seconds and 4 git commands to generate.