Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / libust / serialize.c
index 2fe6db779e106d59aa21c50969a7d7bc75766ed2..99d4dce4194e076ea5644d9780a89f14ff33a480 100644 (file)
 #include <string.h>
 #include <stdint.h>
 
-#include "kernelcompat.h"
+#include <ust/kernelcompat.h>
 #define _LGPL_SOURCE
-#include <urcu.h>
-#include <kcompat/rculist.h>
+#include <urcu-bp.h>
+#include <urcu/rculist.h>
 
 #include "relay.h"
 #include "tracer.h"
This page took 0.022881 seconds and 4 git commands to generate.