Reduce the number of Makefiles in 'src/' even MOAR!
[babeltrace.git] / src / plugins / ctf / common / metadata / lexer.lpp
index 27fea4307fb6a3b0803db2663da99bb18d851c5b..2ee0f2dbdec0eadcc149835bc431e6c3a4fe2ad6 100644 (file)
@@ -9,13 +9,13 @@
 
 #define BT_LOG_OUTPUT_LEVEL ctf_plugin_metadata_log_level
 #define BT_LOG_TAG "PLUGIN-CTF-METADATA-LEXER"
-#include "logging.hpp"
+#include "plugins/ctf/common/metadata/logging.hpp"
 
 #include <stdio.h>
 #include <ctype.h>
-#include "scanner.hpp"
-#include "parser-wrap.hpp"
-#include "ast.hpp"
+#include "plugins/ctf/common/metadata/scanner.hpp"
+#include "plugins/ctf/common/metadata/parser-wrap.hpp"
+#include "plugins/ctf/common/metadata/ast.hpp"
 
 #define YY_FATAL_ERROR(_msg)   BT_LOGF_STR(_msg)
 
This page took 0.024841 seconds and 4 git commands to generate.