summaryrefslogtreecommitdiff
path: root/sbin/dmesg
diff options
context:
space:
mode:
authorcheloha <cheloha@cvs.openbsd.org>2018-05-15 15:15:51 +0000
committercheloha <cheloha@cvs.openbsd.org>2018-05-15 15:15:51 +0000
commit43796f5516ac0b2175c6e5d3c13567e772d7e762 (patch)
treede9817bb3b93a618a05ec8463e116d4de2f0175e /sbin/dmesg
parente2b614d0f195cb9e9ac3d7a493eac51751e97a99 (diff)
drop unused <time.h>
ok kn@ mpi@
Diffstat (limited to 'sbin/dmesg')
-rw-r--r--sbin/dmesg/dmesg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c
index 35ff84e5886..6c30f1a0c86 100644
--- a/sbin/dmesg/dmesg.c
+++ b/sbin/dmesg/dmesg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dmesg.c,v 1.29 2017/09/01 07:31:45 tom Exp $ */
+/* $OpenBSD: dmesg.c,v 1.30 2018/05/15 15:15:50 cheloha Exp $ */
/* $NetBSD: dmesg.c,v 1.8 1995/03/18 14:54:49 cgd Exp $ */
/*-
@@ -42,7 +42,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#include <unistd.h>
#include <vis.h>