X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Ftracepoint.c;h=8d89d144f773a9597b45709e010f0bc655713ab8;hb=9c4fe08d87975f3f79227b1b5e7629d52a16b4fc;hp=7042339b0139b826b80f9d3e671f931b5b433d72;hpb=c6e6343c93e1b6ec02de1f9dc825faae0d6cc7ab;p=lttng-ust.git diff --git a/src/lib/lttng-ust/tracepoint.c b/src/lib/lttng-ust/tracepoint.c index 7042339b..8d89d144 100644 --- a/src/lib/lttng-ust/tracepoint.c +++ b/src/lib/lttng-ust/tracepoint.c @@ -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")));