X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.h;h=c246860d87c4f2347037dced237fcbc8ed9bfecf;hb=0dca920627c14df3ca22e244957ed5f9d91894fb;hp=2eccf8692864f2cfae6ea1809e085fe058482976;hpb=63d6e6603fb7dec20778b1276b2e67e3e16bdffc;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 2eccf869..c246860d 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -27,9 +27,9 @@ #include #include #include -#include "wrapper/uuid.h" -#include "lttng-abi.h" -#include "lttng-abi-old.h" +#include +#include +#include #define lttng_is_signed_type(type) (((type)(-1)) < 0)