summaryrefslogtreecommitdiff
path: root/hwclock/hwclock.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-10-08 13:40:14 +0200
committerKarel Zak <kzak@redhat.com>2009-10-09 15:17:54 +0200
commitcef0ccd580fd51e2570eedec51cb66dbce301e56 (patch)
tree46168c2c54a797f1d2acd5f7ff4c5269625afc66 /hwclock/hwclock.c
parent76fb73ef988e6de5b8d8b235df3868cbc8147d28 (diff)
downloadutil-linux-old-cef0ccd580fd51e2570eedec51cb66dbce301e56.tar.gz
Remove now unused <sys/ioctl.h> includes
Those became unused with the switch to the blkdev functions. Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'hwclock/hwclock.c')
-rw-r--r--hwclock/hwclock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hwclock/hwclock.c b/hwclock/hwclock.c
index 571d63fb..3504f2be 100644
--- a/hwclock/hwclock.c
+++ b/hwclock/hwclock.c
@@ -71,7 +71,6 @@
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
-#include <sys/ioctl.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>