From 7add38980ed134a423ff02bb553efcb5f930eda9 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Fri, 12 Jun 2009 01:46:16 -0400 Subject: [PATCH] relay.h: change includes --- libust/relay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libust/relay.h b/libust/relay.h index 6b3a8b7..3df1275 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 "list.h" #include "channels.h" +#include "buffer.h" /* Needs a _much_ better name... */ #define FIX_SIZE(x) ((((x) - 1) & PAGE_MASK) + PAGE_SIZE) -- 2.34.1