X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fevent.c;h=31f7872b66bc39675b939b734eb2e13810880138;hp=1f90c1c73069d97c520d2c8670ef12fe7dd68c64;hb=e3f4dd29a5a67e0e0b3c36baedb71c4f7f23b795;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e 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.