Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / visitor-parent-links.cpp
index 3c0f095d81fd48d5c19984f7f2950e807bdf9c2a..84c504f91b2120bd5ac96dc1e18d1dc203b2e2bb 100644 (file)
@@ -7,25 +7,15 @@
  */
 
 #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 "common/assert.h"
 #include "common/list.h"
-#include "common/macros.h"
 
 #include "ast.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.023814 seconds and 4 git commands to generate.