Introduce --with-consumer32-bindir and --with-consumer64-bindir
[lttng-tools.git] / lttng-sessiond / event.c
index 1f90c1c73069d97c520d2c8670ef12fe7dd68c64..31f7872b66bc39675b939b734eb2e13810880138 100644 (file)
 #include <lttng-sessiond-comm.h>
 #include <lttngerr.h>
 
-#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST
-#include <ust/lttng-ust-ctl.h>
-#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.
This page took 0.023011 seconds and 4 git commands to generate.