Build libringbuffer, remove kernel includes
[lttng-ust.git] / libringbuffer / ring_buffer_backend.c
index 332a1d23ae46fef3484670d9b4c8c7e6ad252b31..5ff38f0daa42286578ebc74fc018d337458e6341 100644 (file)
@@ -6,20 +6,9 @@
  * Dual LGPL v2.1/GPL v2 license.
  */
 
-#include <linux/stddef.h>
-#include <linux/module.h>
-#include <linux/string.h>
-#include <linux/bitops.h>
-#include <linux/delay.h>
-#include <linux/errno.h>
-#include <linux/slab.h>
-#include <linux/cpu.h>
-#include <linux/mm.h>
-
-#include "../../wrapper/vmalloc.h"     /* for wrapper_vmalloc_sync_all() */
-#include "../../wrapper/ringbuffer/config.h"
-#include "../../wrapper/ringbuffer/backend.h"
-#include "../../wrapper/ringbuffer/frontend.h"
+#include "config.h"
+#include "backend.h"
+#include "frontend.h"
 
 /**
  * lib_ring_buffer_backend_allocate - allocate a channel buffer
This page took 0.022927 seconds and 4 git commands to generate.