From 1e7acf4c54c369c252ade269dad2508eefb0744f Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 28 Jun 2014 11:28:44 +0100 Subject: [PATCH] No need to include sys/ioctl.h in watch(1) --- watch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/watch.c b/watch.c index e83af95..43d24d6 100644 --- a/watch.c +++ b/watch.c @@ -1,5 +1,4 @@ /* See LICENSE file for copyright and license details. */ -#include #include #include #include