summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2019-02-16 16:56:33 +0000
committerflorian <florian@openbsd.org>2019-02-16 16:56:33 +0000
commit82d7dc7ed45d21a7dc491679bd0bb55310800288 (patch)
treeffafbb8f7ff5c78addcb50e68da3ec7c42b80672
parentsync with kristaps, commit 9b79b4a3d06c810304321d5b58544751b5d9fefd (diff)
downloadwireguard-openbsd-82d7dc7ed45d21a7dc491679bd0bb55310800288.tar.xz
wireguard-openbsd-82d7dc7ed45d21a7dc491679bd0bb55310800288.zip
sync with kristaps, commit ad6f9d84aa041d28b93cdf885a583a09f58b1b88
Remove superfluous includes.
-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>