Build libringbuffer, remove kernel includes
[lttng-ust.git] / libringbuffer / api.h
index f8a1145b10fe4fcee1c7bfe9bacd396784af741a..aa23e40121804be84e75cd40bb2e70be5b14e3e6 100644 (file)
  * Dual LGPL v2.1/GPL v2 license.
  */
 
-#include "../../wrapper/ringbuffer/backend.h"
-#include "../../wrapper/ringbuffer/frontend.h"
-#include "../../wrapper/ringbuffer/vfs.h"
+#include "backend.h"
+#include "frontend.h"
+#include "vfs.h"
 
 /*
  * ring_buffer_frontend_api.h contains static inline functions that depend on
  * client static inlines. Hence the inclusion of this "api" header only
  * within the client.
  */
-#include "../../wrapper/ringbuffer/frontend_api.h"
+#include "frontend_api.h"
 
 #endif /* _LINUX_RING_BUFFER_API_H */
This page took 0.023743 seconds and 4 git commands to generate.