Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / libust / tracepoint.c
index ee335adfbf20e827c326574fc02d1b99e5ec1661..cc2adf15e8e8c7ded54281be445528ac4086dcc0 100644 (file)
 
 #include <errno.h>
 
-#include "kernelcompat.h"
-#include "tracepoint.h"
+#include <ust/kernelcompat.h>
+#include <ust/tracepoint.h>
 #include "usterr.h"
 //#include "list.h"
 
 #define _LGPL_SOURCE
-#include <urcu.h>
+#include <urcu-bp.h>
 
 //extern struct tracepoint __start___tracepoints[] __attribute__((visibility("hidden")));
 //extern struct tracepoint __stop___tracepoints[] __attribute__((visibility("hidden")));
This page took 0.02247 seconds and 4 git commands to generate.