]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Avoid an includes.h
authorVolker Lendecke <vl@samba.org>
Sun, 8 Jan 2017 19:52:47 +0000 (19:52 +0000)
committerVolker Lendecke <vl@samba.org>
Mon, 20 Mar 2017 11:20:08 +0000 (12:20 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/select.c

index 99cd772bae8a9f90c9d2493affcc8e541f094e9e..dc79a279d581f38d7d7430742b9cd1159de27d85 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
 #include "system/filesys.h"
 #include "system/select.h"
 #include "lib/util/select.h"
+#include "lib/util/time.h"
 
 int sys_poll_intr(struct pollfd *fds, int num_fds, int timeout)
 {