X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fvisitor-parent-links.cpp;h=84c504f91b2120bd5ac96dc1e18d1dc203b2e2bb;hb=507d9140a9f7fba601a53b9ae210f82e8cc3f041;hp=3c0f095d81fd48d5c19984f7f2950e807bdf9c2a;hpb=c802cacb9f0879a42e01575595a75bbefe7d3db9;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/visitor-parent-links.cpp b/src/plugins/ctf/common/metadata/visitor-parent-links.cpp index 3c0f095d..84c504f9 100644 --- a/src/plugins/ctf/common/metadata/visitor-parent-links.cpp +++ b/src/plugins/ctf/common/metadata/visitor-parent-links.cpp @@ -7,25 +7,15 @@ */ #include -#include -#include -#include -#include -#include -#include #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)