Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust / lttng-ust-dynamic-type.c
index 3012869971e9ea3a321d4ff8c4a8fdbc16425192..d98e45ba24ca66d745da4d6cf93d37e59775244a 100644 (file)
@@ -12,8 +12,8 @@
 #include <stddef.h>
 #include <inttypes.h>
 
-#include <ust-helper.h>
-#include <ust-dynamic-type.h>
+#include "common/macros.h"
+#include "common/dynamic-type.h"
 
 #define ctf_enum_value(_string, _value)                                        \
        __LTTNG_COMPOUND_LITERAL(struct lttng_ust_enum_entry, {         \
This page took 0.022877 seconds and 4 git commands to generate.