X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Fevent.c;h=2d1fb6e6834a440cfefd2f306b01d22df336831b;hb=3c4adb6fabd48ab775d110e15d197ac66e9c8f37;hp=1f90c1c73069d97c520d2c8670ef12fe7dd68c64;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;p=lttng-tools.git diff --git a/lttng-sessiond/event.c b/lttng-sessiond/event.c index 1f90c1c73..2d1fb6e68 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 "kernel.h" +#include "ust-ctl.h" /* * Setup a lttng_event used to enable *all* syscall tracing.