From 700b2282419f340a99c89ee4ec7bac715522d516 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 18 Jan 2009 16:40:17 +0200 Subject: [PATCH] Poll: cleanup #includes --- src/network/poll.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/network/poll.c b/src/network/poll.c index f6f9050eff..dc1482c875 100644 --- a/src/network/poll.c +++ b/src/network/poll.c @@ -25,10 +25,9 @@ # include "config.h" #endif -#include -#include - #ifdef HAVE_POLL +#include + struct pollfd; int vlc_poll (struct pollfd *fds, unsigned nfds, int timeout) @@ -37,6 +36,8 @@ int vlc_poll (struct pollfd *fds, unsigned nfds, int timeout) abort (); } #else /* !HAVE_POLL */ + +#include #include #include #include -- 2.39.2