Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust-libc-wrapper / lttng-ust-malloc.c
index e1ff8e807f7a9fb22dc6f783230ce6f1b1693e4f..a93c7c1a016742ef54a7b87eedb1bbb2bd9a2e50 100644 (file)
  * circular dependency loop between this malloc wrapper, liburcu and
  * libc.
  */
-#include <ust-dlfcn.h>
+
+/* Has to be included first to override dlfcn.h */
+#include <common/compat/dlfcn.h>
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <assert.h>
@@ -24,8 +27,8 @@
 
 #include <lttng/ust-libc-wrapper.h>
 
-#include <ust-helper.h>
-#include "ust-compat.h"
+#include "common/macros.h"
+#include "common/align.h"
 
 #define TRACEPOINT_DEFINE
 #define TRACEPOINT_CREATE_PROBES
This page took 0.024193 seconds and 4 git commands to generate.