Run clang-format on the whole tree
[lttng-tools.git] / src / bin / lttng-sessiond / ust-metadata.cpp
index 6a5d5ff52b520cb1ddd5623923b712247098c5f4..ea49555c0022fa6d1d404218e26b330851b021d9 100644 (file)
@@ -6,6 +6,17 @@
  */
 
 #define _LGPL_SOURCE
+#include "tsdl-environment-visitor.hpp"
+#include "ust-app.hpp"
+#include "ust-clock-class.hpp"
+#include "ust-registry.hpp"
+
+#include <common/common.hpp>
+#include <common/exception.hpp>
+#include <common/format.hpp>
+#include <common/time.hpp>
+#include <common/uuid.hpp>
+
 #include <inttypes.h>
 #include <limits.h>
 #include <stdarg.h>
 #include <unistd.h>
 #include <vector>
 
-#include <common/common.hpp>
-#include <common/exception.hpp>
-#include <common/format.hpp>
-#include <common/time.hpp>
-#include <common/uuid.hpp>
-
-#include "ust-app.hpp"
-#include "ust-clock-class.hpp"
-#include "ust-registry.hpp"
-#include "tsdl-environment-visitor.hpp"
-
 namespace ls = lttng::sessiond;
 namespace lsu = lttng::sessiond::ust;
This page took 0.022785 seconds and 4 git commands to generate.