X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Fcontext.h;h=589b1e16eb0dded9240fee91ca9844b66e5ff812;hb=5485f82241185e6703fe343704c48d2a6d6a4b46;hp=e97e9489a0d7afe8625e24104926cb600e4ae6d1;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;p=lttng-tools.git 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);