X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fcontext.h;h=589b1e16eb0dded9240fee91ca9844b66e5ff812;hp=e97e9489a0d7afe8625e24104926cb600e4ae6d1;hb=9df8df5ea4a12be72f265c3c0d6911ac4e207bc0;hpb=6e59ae267ea128cabf21bd08fd77d5576359efb4 diff --git a/lttng-sessiond/context.h b/lttng-sessiond/context.h index e97e9489a..589b1e16e 100644 --- a/lttng-sessiond/context.h +++ b/lttng-sessiond/context.h @@ -19,15 +19,10 @@ #define _LTT_CONTEXT_H #include -#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST -#include -#else -#include "lttng-ust-abi.h" -#endif - #include "trace-kernel.h" #include "trace-ust.h" +#include "ust-ctl.h" int context_kernel_add(struct ltt_kernel_session *ksession, struct lttng_event_context *ctx, char *event_name, char *channel_name);