Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / visitor-parent-links.cpp
index 724ada65f2d8b55de8b813fc763faf6ea4799d87..3c0f095d81fd48d5c19984f7f2950e807bdf9c2a 100644 (file)
@@ -6,24 +6,26 @@
  * Common Trace Format Metadata Parent Link Creator.
  */
 
+#include <errno.h>
+#include <glib.h>
+#include <inttypes.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+
 #define BT_COMP_LOG_SELF_COMP (log_cfg->self_comp)
 #define BT_LOG_OUTPUT_LEVEL   (log_cfg->log_level)
 #define BT_LOG_TAG            "PLUGIN/CTF/META/PARENT-LINKS-VISITOR"
+#include "logging.hpp"
 #include "logging/comp-logging.h"
 
-#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
-#include <stdlib.h>
 #include "common/assert.h"
-#include <glib.h>
-#include <inttypes.h>
-#include <errno.h>
-#include "common/macros.h"
 #include "common/list.h"
-#include "scanner.hpp"
+#include "common/macros.h"
+
 #include "ast.hpp"
-#include "logging.hpp"
+#include "scanner.hpp"
 
 static int ctf_visitor_unary_expression(int depth, struct ctf_node *node,
                                         struct meta_log_config *log_cfg)
This page took 0.024021 seconds and 4 git commands to generate.