Move error.h to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust / tracepoint.c
index e7f520abf34300b6bc3dce409f8f665ea80ada87..8d89d144f773a9597b45709e010f0bc655713ab8 100644 (file)
@@ -29,7 +29,7 @@
 #include "tracepoint-internal.h"
 #include "lttng-tracer-core.h"
 #include "common/jhash.h"
-#include "error.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.023777 seconds and 4 git commands to generate.