Remove "lib" prefix from .c/.h file names
[lttng-tools.git] / ltt-kconsumerd / ltt-kconsumerd.c
index 4180f890117257135f60436f57e9b6249882cf79..1e2841c015ac8e163e177404c758efd5505a1121 100644 (file)
@@ -38,8 +38,8 @@
 #include <sys/mman.h>
 
 #include "lttngerr.h"
-#include "libkernelctl.h"
-#include "liblttkconsumerd.h"
+#include "kernelctl.h"
+#include "lttkconsumerd.h"
 
 /* the two threads (receive fd and poll) */
 pthread_t threads[2];
This page took 0.02354 seconds and 4 git commands to generate.