Build libringbuffer, remove kernel includes
[lttng-ust.git] / libringbuffer / ring_buffer_vfs.c
index 9786d353cba185b696cddf61f7238bfea22443f7..3aa3acaac1f6beebb14f984c4d7d4eea152a0458 100644 (file)
@@ -8,14 +8,9 @@
  * Dual LGPL v2.1/GPL v2 license.
  */
 
-#include <linux/module.h>
-#include <linux/fs.h>
-#include <linux/compat.h>
-
-#include "../../wrapper/ringbuffer/backend.h"
-#include "../../wrapper/ringbuffer/frontend.h"
-#include "../../wrapper/ringbuffer/vfs.h"
-#include "../../wrapper/poll.h"
+#include "backend.h"
+#include "frontend.h"
+#include "vfs.h"
 
 static int put_ulong(unsigned long val, unsigned long arg)
 {
This page took 0.024191 seconds and 5 git commands to generate.