Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ast.hpp
index a7f363385a772390f87e2cddf492f77663b5f9a7..ad14a5af3d3b5c9e78d8661be6cee68589d5c461 100644 (file)
@@ -7,16 +7,18 @@
 #ifndef _CTF_AST_H
 #define _CTF_AST_H
 
+#include <glib.h>
 #include <stdint.h>
 #include <stdio.h>
-#include <glib.h>
-#include "common/list.h"
+
 #include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
+
 #include "common/assert.h"
+#include "common/list.h"
+#include "common/macros.h"
 
-#include "decoder.hpp"
 #include "ctf-meta.hpp"
+#include "decoder.hpp"
 
 // the parameter name (of the reentrant 'yyparse' function)
 // data is a pointer to a 'SParserParam' structure
This page took 0.022795 seconds and 4 git commands to generate.