Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust-fd / lttng-ust-fd.c
index 14a23d9f557b79f12d44146d52a498b895ac76dd..5efc0acde29583479bee79d1f3a251ab854507f7 100644 (file)
@@ -9,10 +9,10 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <ust-fd.h>
+#include "common/ust-fd.h"
 #include <dlfcn.h>
 
-#include <ust-helper.h>
+#include "common/macros.h"
 
 static int (*__lttng_ust_fd_plibc_close)(int fd);
 static int (*__lttng_ust_fd_plibc_fclose)(FILE *stream);
This page took 0.023485 seconds and 4 git commands to generate.