sink.text.pretty: abort on unknown field class type
[babeltrace.git] / src / plugins / ctf / common / metadata / visitor-parent-links.cpp
index 724ada65f2d8b55de8b813fc763faf6ea4799d87..84c504f91b2120bd5ac96dc1e18d1dc203b2e2bb 100644 (file)
@@ -6,24 +6,16 @@
  * Common Trace Format Metadata Parent Link Creator.
  */
 
+#include <errno.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/comp-logging.h"
+#include "logging.hpp"
 
-#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 "ast.hpp"
-#include "logging.hpp"
 
 static int ctf_visitor_unary_expression(int depth, struct ctf_node *node,
                                         struct meta_log_config *log_cfg)
This page took 0.022317 seconds and 4 git commands to generate.