Build libringbuffer, remove kernel includes
[lttng-ust.git] / libringbuffer / backend.h
index 47bc1798334188a2c31c2c89e71c12ad81e4b42e..b50bae1a1f0ca4323fe30a9f73a9204317199589 100644 (file)
  * the reader in flight recorder mode.
  */
 
-#include <linux/types.h>
-#include <linux/sched.h>
-#include <linux/timer.h>
-#include <linux/wait.h>
-#include <linux/poll.h>
-#include <linux/list.h>
-#include <linux/fs.h>
-#include <linux/mm.h>
-
 /* Internal helpers */
-#include "../../wrapper/ringbuffer/backend_internal.h"
-#include "../../wrapper/ringbuffer/frontend_internal.h"
+#include "backend_internal.h"
+#include "frontend_internal.h"
 
 /* Ring buffer backend API */
 
This page took 0.025217 seconds and 5 git commands to generate.