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