Move headers under include/
[lttng-modules.git] / lib / ringbuffer / ring_buffer_backend.c
index ec331232649cfcef667569779761c50456e810f6..ec819703f31255d95869d3319fe7600c2b7d33e5 100644 (file)
@@ -17,9 +17,9 @@
 #include <linux/vmalloc.h>
 #include <linux/oom.h>
 
-#include <include/ringbuffer/config.h>
-#include <include/ringbuffer/backend.h>
-#include <include/ringbuffer/frontend.h>
+#include <ringbuffer/config.h>
+#include <ringbuffer/backend.h>
+#include <ringbuffer/frontend.h>
 
 /**
  * lib_ring_buffer_backend_allocate - allocate a channel buffer
This page took 0.022846 seconds and 4 git commands to generate.