summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorJ William Piggott2017-06-19 02:21:27 +0200
committerJ William Piggott2017-06-21 01:56:39 +0200
commitba2cdc0c664f5d24d3ef52f82d06029bf0c6ae7f (patch)
treeb4b1ce8a4ad74e8b437282d06d966f261518250c /sys-utils/hwclock.c
parentDocs: update howto-usage-function.txt (diff)
downloadkernel-qcow2-util-linux-ba2cdc0c664f5d24d3ef52f82d06029bf0c6ae7f.tar.gz
kernel-qcow2-util-linux-ba2cdc0c664f5d24d3ef52f82d06029bf0c6ae7f.tar.xz
kernel-qcow2-util-linux-ba2cdc0c664f5d24d3ef52f82d06029bf0c6ae7f.zip
hwclock: remove unused stdarg.h
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 7d69b7ac5..135530042 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -61,7 +61,6 @@
#include <getopt.h>
#include <limits.h>
#include <math.h>
-#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>