Split and move compat.h to 'common/compat/'
[lttng-ust.git] / src / liblttng-ust / fd-tracker.c
index df14f0e08e18c5a841f4c2a1317d259d0340c859..026a9327f297ac016ca009763716eb308e752e37 100644 (file)
@@ -30,8 +30,6 @@
 #include <lttng/ust-error.h>
 #include "common/logging.h"
 
-#include "liblttng-ust/compat.h"
-
 /* Operations on the fd set. */
 #define IS_FD_VALID(fd)                        ((fd) >= 0 && (fd) < lttng_ust_max_fd)
 #define GET_FD_SET_FOR_FD(fd, fd_sets) (&((fd_sets)[(fd) / FD_SETSIZE]))
This page took 0.024022 seconds and 4 git commands to generate.