Rename kernel-ctl.c/.h to kernel.c/.h
[lttng-tools.git] / lttng-sessiond / event.c
index 1f90c1c73069d97c520d2c8670ef12fe7dd68c64..2d1fb6e6834a440cfefd2f306b01d22df336831b 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 "kernel.h"
+#include "ust-ctl.h"
 
 /*
  * Setup a lttng_event used to enable *all* syscall tracing.
This page took 0.023379 seconds and 4 git commands to generate.