Move immediate.h, marker.h and tracepoint.h to include/ust/
[ust.git] / libust / tracepoint.c
index ee335adfbf20e827c326574fc02d1b99e5ec1661..9de21c884892b64b78365bef3718aa5c547fcf08 100644 (file)
 #include <errno.h>
 
 #include "kernelcompat.h"
-#include "tracepoint.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.021806 seconds and 4 git commands to generate.