summaryrefslogtreecommitdiff
path: root/usr.bin/rsync
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-02-16 16:56:34 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-02-16 16:56:34 +0000
commited902a4430d6fe8295d35c5e9306a43e4f92c059 (patch)
tree63197f97aa3ba3df4605fa4b2855dbfbf03295f1 /usr.bin/rsync
parentcc891aa419e9af0ff9703bfbe1eac3f48f3bc7cb (diff)
sync with kristaps, commit ad6f9d84aa041d28b93cdf885a583a09f58b1b88
Remove superfluous includes.
Diffstat (limited to 'usr.bin/rsync')
-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>