Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta.hpp
index 24dc01a5527b8a44aa85841d3e70a8875ba6540d..b2d1c5521a5b94747709fe20587c33ddbb162edc 100644 (file)
@@ -7,15 +7,17 @@
 #ifndef _CTF_META_H
 #define _CTF_META_H
 
-#include <babeltrace2/babeltrace.h>
-#include "common/common.h"
-#include "common/uuid.h"
-#include "common/assert.h"
 #include <glib.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 
+#include <babeltrace2/babeltrace.h>
+
+#include "common/assert.h"
+#include "common/common.h"
+#include "common/uuid.h"
+
 enum ctf_field_class_type
 {
     CTF_FIELD_CLASS_TYPE_INT,
This page took 0.02308 seconds and 4 git commands to generate.