libmallocwrap: fix warning
[ust.git] / libust / relay.h
index 6b3a8b79692affb40781a66990b7279c18a49e09..cb5c43847d273f6fa3c19232416b8b5f28b5524a 100644 (file)
 //ust// #include <linux/mm.h>
 //ust// #include <linux/ltt-core.h>
 #include <assert.h>
-#include "tracer.h"
-#include "kref.h"
+#include <kcompat/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.023726 seconds and 4 git commands to generate.