X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-events.c;h=1981726f4eaac3d40b8bb6a1f1381b2a8a575a81;hb=194d8a005ed9ff5c00840ddb8945f1131b3217e2;hp=13becb9111f13090606c9bdefef5679e7c9a42d7;hpb=36c52fffa1beb46c7c15bb6ac4a4179cae373b98;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-events.c b/src/lib/lttng-ust/lttng-events.c index 13becb91..1981726f 100644 --- a/src/lib/lttng-ust/lttng-events.c +++ b/src/lib/lttng-ust/lttng-events.c @@ -39,11 +39,10 @@ #include "common/ust-fd.h" #include "common/dynamic-type.h" #include "common/ust-context-provider.h" -#include "error.h" #include "lttng-ust-uuid.h" -#include "tracepoint-internal.h" -#include "string-utils.h" +#include "common/tracepoint.h" +#include "common/strutils.h" #include "lttng-bytecode.h" #include "lttng-tracer.h" #include "lttng-tracer-core.h" @@ -55,7 +54,7 @@ #include "common/ringbuffer/frontend_types.h" #include "common/ringbuffer/frontend.h" #include "common/counter/counter.h" -#include "jhash.h" +#include "common/jhash.h" #include #include "context-provider-internal.h"