Cleanup: Move patches.i to include/generated/
[lttng-modules.git] / lttng-ring-buffer-metadata-client.h
index fb71ad2248d7dcf70f07f6bed24865f135223207..0f68b38538779c2abe404cb59eca9394fead5358 100644 (file)
@@ -10,8 +10,8 @@
 #include <linux/module.h>
 #include <linux/types.h>
 #include <wrapper/vmalloc.h>   /* for wrapper_vmalloc_sync_mappings() */
-#include <lttng-events.h>
-#include <lttng-tracer.h>
+#include <lttng/events.h>
+#include <lttng/tracer.h>
 
 static struct lttng_transport lttng_relay_transport;
 
@@ -51,7 +51,7 @@ size_t record_header_size(const struct lib_ring_buffer_config *config,
        return 0;
 }
 
-#include <wrapper/ringbuffer/api.h>
+#include <ringbuffer/api.h>
 
 static u64 client_ring_buffer_clock_read(struct channel *chan)
 {
This page took 0.022835 seconds and 4 git commands to generate.