From 998f392a1f7206282084e6df90cba4007cceea13 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 24 Jul 2011 19:58:17 +0200 Subject: hwclock: include-what-you-use header check One deletion, few adds and sort to include lists. Signed-off-by: Sami Kerola --- hwclock/cmos.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hwclock/cmos.c') diff --git a/hwclock/cmos.c b/hwclock/cmos.c index d6216717f..8c4ccbe0d 100644 --- a/hwclock/cmos.c +++ b/hwclock/cmos.c @@ -45,9 +45,14 @@ * tm_isdst >0: yes, 0: no, <0: unknown */ -#include /* for geteuid() */ -#include /* for O_RDWR */ #include +#include +#include +#include +#include +#include + +#include "c.h" #include "nls.h" #if defined(__i386__) -- cgit v1.2.3-55-g7522