Move headers under include/
[lttng-modules.git] / lttng-context-callstack.c
index ec7bd62a649c72a6026cbcdd231df0f3d61bf8b9..e747e19a22ae046a8e27132ced6dcd1236f1f748 100644 (file)
 #include <linux/utsname.h>
 #include <linux/stacktrace.h>
 #include <linux/spinlock.h>
-#include "lttng-events.h"
-#include "include/ringbuffer/backend.h"
-#include "include/ringbuffer/frontend.h"
-#include "lttng-tracer.h"
-#include "lttng-endian.h"
+#include <lttng/lttng-events.h>
+#include <ringbuffer/backend.h>
+#include <ringbuffer/frontend.h>
+#include <lttng/lttng-tracer.h>
+#include <lttng/lttng-endian.h>
 
 #ifdef CONFIG_ARCH_STACKWALK
 #include "lttng-context-callstack-stackwalk-impl.h"
This page took 0.023651 seconds and 4 git commands to generate.