Build libringbuffer, remove kernel includes
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index ecc72ab84f7e3143f930e77cac0bc6ad3de16a8e..a3f14f3d9926855b738d7e6e82c8a950844a12dc 100644 (file)
  * Dual LGPL v2.1/GPL v2 license.
  */
 
-#include <linux/delay.h>
-#include <linux/module.h>
-#include <linux/percpu.h>
-
-#include "../../wrapper/ringbuffer/config.h"
-#include "../../wrapper/ringbuffer/backend.h"
-#include "../../wrapper/ringbuffer/frontend.h"
-#include "../../wrapper/ringbuffer/iterator.h"
-#include "../../wrapper/ringbuffer/nohz.h"
+#include "config.h"
+#include "backend.h"
+#include "frontend.h"
+#include "iterator.h"
+#include "nohz.h"
 
 /*
  * Internal structure representing offsets to use at a sub-buffer switch.
This page took 0.024436 seconds and 5 git commands to generate.