X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Frelay.h;h=cb5c43847d273f6fa3c19232416b8b5f28b5524a;hb=da485f9c8477cb58da0a5a6ae60195b29a3fbd85;hp=6b3a8b79692affb40781a66990b7279c18a49e09;hpb=64d9b80b1e4dfbb0c8329ed950d1c0d4de3e4c7a;p=lttng-ust.git diff --git a/libust/relay.h b/libust/relay.h index 6b3a8b79..cb5c4384 100644 --- a/libust/relay.h +++ b/libust/relay.h @@ -22,10 +22,10 @@ //ust// #include //ust// #include #include -#include "tracer.h" -#include "kref.h" +#include //#include "list.h" #include "channels.h" +#include "buffer.h" /* Needs a _much_ better name... */ #define FIX_SIZE(x) ((((x) - 1) & PAGE_MASK) + PAGE_SIZE)