Move liblttng-ust-tracepoint to 'src/lib/'
[lttng-ust.git] / src / lib / lttng-ust / lttng-probes.c
index 553770ea2954049fdaa311477c16f71e2e8521ca..edc042f3dc11bed45b3b27c1452b684ac7d019fd 100644 (file)
 #include <urcu/hlist.h>
 #include <lttng/ust-events.h>
 #include <lttng/tracepoint.h>
-#include "tracepoint-internal.h"
+#include "common/tracepoint.h"
 #include <assert.h>
 #include "common/macros.h"
 #include <ctype.h>
 
 #include "lttng-tracer-core.h"
-#include "jhash.h"
-#include "error.h"
-#include "ust-events-internal.h"
+#include "common/jhash.h"
+#include "lib/lttng-ust/events.h"
 
 /*
  * probe list is protected by ust_lock()/ust_unlock().
This page took 0.022949 seconds and 4 git commands to generate.