Move liblttng-ust-common to 'src/lib/'
[lttng-ust.git] / src / lib / lttng-ust / tracepoint.c
index 7042339b0139b826b80f9d3e671f931b5b433d72..8d89d144f773a9597b45709e010f0bc655713ab8 100644 (file)
@@ -28,8 +28,8 @@
 
 #include "tracepoint-internal.h"
 #include "lttng-tracer-core.h"
-#include "jhash.h"
-#include "error.h"
+#include "common/jhash.h"
+#include "common/err-ptr.h"
 
 /* Test compiler support for weak symbols with hidden visibility. */
 int __tracepoint_test_symbol1 __attribute__((weak, visibility("hidden")));
This page took 0.024062 seconds and 4 git commands to generate.