Build libringbuffer, remove kernel includes
[lttng-ust.git] / libringbuffer / frontend_types.h
index fe208b676e0f035f8bd4b9794ca94f79f24ca8dd..f89d803cefacb59542b6e1f095e2ac8c0aa93950 100644 (file)
  * Dual LGPL v2.1/GPL v2 license.
  */
 
-#include <linux/kref.h>
-#include "../../wrapper/ringbuffer/config.h"
-#include "../../wrapper/ringbuffer/backend_types.h"
-#include "../../lib/prio_heap/lttng_prio_heap.h"       /* For per-CPU read-side iterator */
+#include "config.h"
+#include "backend_types.h"
+#include "../lib_prio_heap/lttng_prio_heap.h"  /* For per-CPU read-side iterator */
 
 /*
  * A switch is done during tracing or as a final flush after tracing (so it
This page took 0.025292 seconds and 5 git commands to generate.