Installed headers relicensing and cleanup
[lttng-ust.git] / liblttng-ust / ltt-events.c
index 18b257b3938aef4532603ad3acdfae358c9eece4..d9da1006ad4b4c62c2be2f287863c49e4cacf3b4 100644 (file)
 #include "lttng/core.h"
 #include "ltt-tracer.h"
 #include "ltt-tracer-core.h"
-#include "lttng/wait.h"
+#include "wait.h"
 #include "../libringbuffer/shm.h"
-
-typedef u32 uint32_t;
-#include <lttng/kcompat/jhash.h>
+#include <stdint.h>
+#include <stddef.h>
+#include <urcu/arch.h>
 
 /*
  * The sessions mutex is the centralized mutex across UST tracing
This page took 0.023561 seconds and 4 git commands to generate.