Fix headers include and rename kernctl.h header
[lttng-tools.git] / liblttngkconsumerd / lttngkconsumerd.c
index 5c9f613b11eddf48e4450e0cfd304b00c54d27e6..78291d56bff917d138ad1a84240744a6a477efc8 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #define _GNU_SOURCE
+#include <assert.h>
 #include <fcntl.h>
 #include <poll.h>
 #include <pthread.h>
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <urcu/list.h>
-#include <assert.h>
 
+#include <lttng-kernel-ctl.h>
+#include <lttng-sessiond-comm.h>
 #include <lttng/lttng-kconsumerd.h>
-
-#include "kernelctl.h"
-#include "lttngerr.h"
-#include "lttng-sessiond-comm.h"
+#include <lttngerr.h>
 
 static struct lttng_kconsumerd_global_data {
        /*
This page took 0.024719 seconds and 5 git commands to generate.