Fix headers include and rename kernctl.h header
[lttng-tools.git] / ltt-kconsumerd / ltt-kconsumerd.c
index 7eab42e522d0f45bcb126e101f90d4d543a604e4..d562c1729d10bd562e46f16e59b05b43de6c8249 100644 (file)
 #include <sys/mman.h>
 #include <assert.h>
 
+#include <ltt-kconsumerd.h>
+#include <lttng-kernel-ctl.h>
+#include <lttng-sessiond-comm.h>
 #include <lttng/lttng-kconsumerd.h>
-
-#include "lttngerr.h"
-#include "kernelctl.h"
-#include "ltt-kconsumerd.h"
-#include "lttng-sessiond-comm.h"
+#include <lttngerr.h>
 
 /* the two threads (receive fd and poll) */
 static pthread_t threads[2];
This page took 0.022418 seconds and 4 git commands to generate.