libs: use system include paths
[lttng-modules.git] / lib / ringbuffer / frontend_api.h
index b622bd7e865cae4079a4a91c2bab87eed34ebb32..b92ff290c300f07e90498612719fdfe190d9d79a 100644 (file)
@@ -29,8 +29,8 @@
  * See linux/ringbuffer/frontend.h for channel allocation and read-side API.
  */
 
-#include "../../wrapper/ringbuffer/frontend.h"
-#include "../../wrapper/percpu-defs.h"
+#include <wrapper/ringbuffer/frontend.h>
+#include <wrapper/percpu-defs.h>
 #include <linux/errno.h>
 #include <linux/prefetch.h>
 
This page took 0.029925 seconds and 4 git commands to generate.