Move wrapper/ringbuffer to include/ringbuffer
[lttng-modules.git] / lib / ringbuffer / api.h
index c1b6379b1b20e22c255d7766b1b5c89e45976adb..13261031f7963b8db0e8ea1b91e4468ef9fcda50 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 OR LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
  *
  * lib/ringbuffer/api.h
  *
 #ifndef _LIB_RING_BUFFER_API_H
 #define _LIB_RING_BUFFER_API_H
 
-#include <wrapper/ringbuffer/backend.h>
-#include <wrapper/ringbuffer/frontend.h>
-#include <wrapper/ringbuffer/vfs.h>
+#include <include/ringbuffer/backend.h>
+#include <include/ringbuffer/frontend.h>
+#include <include/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
  * within the client.
  */
-#include <wrapper/ringbuffer/frontend_api.h>
+#include <include/ringbuffer/frontend_api.h>
 
 #endif /* _LIB_RING_BUFFER_API_H */
This page took 0.024144 seconds and 4 git commands to generate.