relay.h: change includes
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 05:46:16 +0000 (01:46 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 05:46:16 +0000 (01:46 -0400)
libust/relay.h

index 6b3a8b79692affb40781a66990b7279c18a49e09..3df1275375ce12d2c528a7f63db67ff84d2b827e 100644 (file)
 //ust// #include <linux/mm.h>
 //ust// #include <linux/ltt-core.h>
 #include <assert.h>
-#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)
This page took 0.024041 seconds and 4 git commands to generate.