Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust-dl / lttng-ust-dl.c
index 1394ce1963fce5e31ec53dc41e1b39ebf21237c3..6444e3fbc0a76bef294ad16c7821c610ce994dde 100644 (file)
@@ -7,17 +7,20 @@
  */
 
 #define _LGPL_SOURCE
+
+/* Has to be included first to override dlfcn.h */
+#include <common/compat/dlfcn.h>
+
 #include <limits.h>
 #include <stdio.h>
 #include <stdint.h>
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <ust-dlfcn.h>
-#include <ust-elf.h>
+#include "common/elf.h"
 #include <lttng/ust-events.h>
-#include <ust-helper.h>
-#include "usterr-signal-safe.h"
+#include "common/macros.h"
+#include "common/logging.h"
 
 #include "../liblttng-ust/ust-events-internal.h"
 
This page took 0.023242 seconds and 4 git commands to generate.