Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / fs-src / fs.hpp
index 0efb203937ccd78160c3067b474c11148ffc4565..0ad225327173f89c117c0d97799aa2df6c759266 100644 (file)
 #define BABELTRACE_PLUGIN_CTF_FS_H
 
 #include <stdbool.h>
-#include "common/macros.h"
+
 #include <babeltrace2/babeltrace.h>
+
+#include "common/macros.h"
+
+#include "../common/metadata/decoder.hpp"
 #include "data-stream-file.hpp"
 #include "metadata.hpp"
-#include "../common/metadata/decoder.hpp"
 
 extern bool ctf_fs_debug;
 
This page took 0.023648 seconds and 4 git commands to generate.