X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-context-callstack.c;h=7b9e651272e4c3e5271928b8f051f96552401ba8;hb=2df37e95fa4303ecc0db41334452665491533641;hp=e8be78faab37c97c25d4cfbd8a300837d909d581;hpb=3b4aafcbbef722c5d04f2fe06a47c47d4d23eda0;p=lttng-modules.git diff --git a/lttng-context-callstack.c b/lttng-context-callstack.c index e8be78fa..7b9e6512 100644 --- a/lttng-context-callstack.c +++ b/lttng-context-callstack.c @@ -43,12 +43,12 @@ #include #include #include -#include "lttng-events.h" #include #include +#include +#include +#include #include "wrapper/vmalloc.h" -#include "lttng-tracer.h" -#include "lttng-endian.h" #ifdef CONFIG_ARCH_STACKWALK #include "lttng-context-callstack-stackwalk-impl.h"