Fix: define macros for logging levels
[babeltrace.git] / src / plugins / ctf / common / metadata / visitor-parent-links.c
index bfa3f0cf8c322066ed3f26f4c1fdd4ccfa4b10a6..6300e3f31628da53d8f44e1a7af151ecb49c5563 100644 (file)
@@ -27,7 +27,7 @@
 #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 "plugins/comp-logging.h"
+#include "logging/comp-logging.h"
 
 #include <stdio.h>
 #include <unistd.h>
@@ -40,7 +40,6 @@
 #include "common/macros.h"
 #include "common/list.h"
 #include "scanner.h"
-#include "parser.h"
 #include "ast.h"
 #include "logging.h"
 
This page took 0.02494 seconds and 4 git commands to generate.