Reduce the number of Makefiles in 'src/' even MOAR!
[babeltrace.git] / src / plugins / ctf / common / metadata / parser.ypp
index 55a8c9ef753d6a233d5dcae2751dcfb85df68a0d..82dd8ccd3fa06921c4a16af77e934d65cfafa857 100644 (file)
@@ -9,7 +9,7 @@
 
 #define BT_LOG_OUTPUT_LEVEL ctf_plugin_metadata_log_level
 #define BT_LOG_TAG "PLUGIN/CTF/META/PARSER"
-#include "logging.hpp"
+#include "plugins/ctf/common/metadata/logging.hpp"
 
 #include <stdio.h>
 #include <ctype.h>
 #include <inttypes.h>
 #include "common/list.h"
 #include "common/assert.h"
-#include "scanner.hpp"
-#include "ast.hpp"
-#include "objstack.hpp"
+#include "plugins/ctf/common/metadata/scanner.hpp"
+#include "plugins/ctf/common/metadata/ast.hpp"
+#include "plugins/ctf/common/metadata/objstack.hpp"
 
-#include "parser-wrap.hpp"
+#include "plugins/ctf/common/metadata/parser-wrap.hpp"
 
 /*
  * Avoid warning about "yynerrs" being unused, seen with bison 3.5.1 + clang 15
This page took 0.023832 seconds and 4 git commands to generate.