Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / fs-sink / translate-trace-ir-to-ctf-ir.hpp
index c56d3abe7c6d9eb04022ffe263dc3074a8340830..736a160a714478485c1becc4b398339697fb736b 100644 (file)
@@ -7,11 +7,12 @@
 #ifndef BABELTRACE_PLUGIN_CTF_FS_SINK_TRANSLATE_TRACE_IR_TO_CTF_IR_H
 #define BABELTRACE_PLUGIN_CTF_FS_SINK_TRANSLATE_TRACE_IR_TO_CTF_IR_H
 
-#include "common/macros.h"
 #include <babeltrace2/babeltrace.h>
 
-#include "fs-sink.hpp"
+#include "common/macros.h"
+
 #include "fs-sink-ctf-meta.hpp"
+#include "fs-sink.hpp"
 
 int try_translate_event_class_trace_ir_to_ctf_ir(struct fs_sink_comp *fs_sink,
                                                  struct fs_sink_ctf_stream_class *sc,
This page took 0.023292 seconds and 4 git commands to generate.