Move list.h to babeltrace/ include directory
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 1252272acec3b6c42a022f67d9802fd80f48a1ef..54ad14d5b5f21c0cf9be7f65edf9d99544eccc09 100644 (file)
@@ -2,9 +2,9 @@
 #define _CTF_PARSER_H
 
 #include <stdint.h>
-#include <helpers/list.h>
 #include <stdio.h>
 #include <glib.h>
+#include <babeltrace/list.h>
 
 // the parameter name (of the reentrant 'yyparse' function)
 // data is a pointer to a 'SParserParam' structure
This page took 0.02246 seconds and 4 git commands to generate.