Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / ctf2-trace-class-visitor.hpp
index b709a029465ee695450ccf0f4fef53612f01ae76..a46cc8bcbd845abe3e7e7be9862c6c31d894d9ca 100644 (file)
@@ -8,12 +8,12 @@
 #ifndef LTTNG_CTF2_TRACE_CLASS_VISITOR_H
 #define LTTNG_CTF2_TRACE_CLASS_VISITOR_H
 
-#include "trace-class.hpp"
-#include "stream-class.hpp"
 #include "event-class.hpp"
+#include "stream-class.hpp"
+#include "trace-class.hpp"
 
-#include <vendor/optional.hpp>
 #include <vendor/nlohmann/json.hpp>
+#include <vendor/optional.hpp>
 
 #include <functional>
 
This page took 0.023055 seconds and 4 git commands to generate.