Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / lttng-context-callstack.c
index e8be78faab37c97c25d4cfbd8a300837d909d581..7b9e651272e4c3e5271928b8f051f96552401ba8 100644 (file)
 #include <linux/utsname.h>
 #include <linux/stacktrace.h>
 #include <linux/spinlock.h>
-#include "lttng-events.h"
 #include <ringbuffer/backend.h>
 #include <ringbuffer/frontend.h>
+#include <lttng/events.h>
+#include <lttng/tracer.h>
+#include <lttng/endian.h>
 #include "wrapper/vmalloc.h"
-#include "lttng-tracer.h"
-#include "lttng-endian.h"
 
 #ifdef CONFIG_ARCH_STACKWALK
 #include "lttng-context-callstack-stackwalk-impl.h"
This page took 0.02466 seconds and 4 git commands to generate.