X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fevent.c;h=31f7872b66bc39675b939b734eb2e13810880138;hp=1f90c1c73069d97c520d2c8670ef12fe7dd68c64;hb=9df8df5ea4a12be72f265c3c0d6911ac4e207bc0;hpb=6e59ae267ea128cabf21bd08fd77d5576359efb4 diff --git a/lttng-sessiond/event.c b/lttng-sessiond/event.c index 1f90c1c73..31f7872b6 100644 --- a/lttng-sessiond/event.c +++ b/lttng-sessiond/event.c @@ -23,16 +23,11 @@ #include #include -#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST -#include -#else -#include "lttng-ust-ctl.h" -#endif - #include "channel.h" #include "event.h" #include "hashtable.h" #include "kernel-ctl.h" +#include "ust-ctl.h" /* * Setup a lttng_event used to enable *all* syscall tracing.