summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/rsync/downloader.c3
-rw-r--r--usr.bin/rsync/uploader.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/rsync/downloader.c b/usr.bin/rsync/downloader.c
index e054585a05a..1de0e92375d 100644
--- a/usr.bin/rsync/downloader.c
+++ b/usr.bin/rsync/downloader.c
@@ -1,4 +1,4 @@
-/* $Id: downloader.c,v 1.12 2019/02/16 16:55:35 florian Exp $ */
+/* $Id: downloader.c,v 1.13 2019/02/16 16:56:33 florian Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -22,7 +22,6 @@
#include <fcntl.h>
#include <inttypes.h>
#include <math.h>
-#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.bin/rsync/uploader.c b/usr.bin/rsync/uploader.c
index bec7acd6ae0..878b9a35c9e 100644
--- a/usr.bin/rsync/uploader.c
+++ b/usr.bin/rsync/uploader.c
@@ -1,4 +1,4 @@
-/* $Id: uploader.c,v 1.12 2019/02/16 10:49:37 florian Exp $ */
+/* $Id: uploader.c,v 1.13 2019/02/16 16:56:33 florian Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2019 Florian Obser <florian@openbsd.org>
@@ -23,7 +23,6 @@
#include <fcntl.h>
#include <inttypes.h>
#include <math.h>
-#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>