Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7d751007af88416e4281be5af3c4a252eb8bfcde
*
*/
-#include <common/compat/poll.hpp>
-
#include "utils.hpp"
#ifdef HAVE_EPOLL
#define FD_TRACKER_UTILS_H
#include <common/compat/directory-handle.hpp>
+#include <common/compat/poll.hpp>
#include <common/fd-tracker/fd-tracker.hpp>
#include <common/macros.hpp>
-struct lttng_poll_event;
-
/*
* Utility implementing a close_fd callback which receives one file descriptor
* and closes it, returning close()'s return value.