libs: use system include paths
[lttng-modules.git] / lib / ringbuffer / api.h
index fbac7110706f76c411c5561975332074491a68d6..4383b14e0c3bd122b25c8d8cc0f9aef34d14ad7c 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "../../wrapper/ringbuffer/backend.h"
-#include "../../wrapper/ringbuffer/frontend.h"
-#include "../../wrapper/ringbuffer/vfs.h"
+#include <wrapper/ringbuffer/backend.h>
+#include <wrapper/ringbuffer/frontend.h>
+#include <wrapper/ringbuffer/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
+ * client static inlines. Hence the inclusion of this >api> header only
  * within the client.
  */
-#include "../../wrapper/ringbuffer/frontend_api.h"
+#include <wrapper/ringbuffer/frontend_api.h>
 
 #endif /* _LIB_RING_BUFFER_API_H */
This page took 0.027051 seconds and 4 git commands to generate.