diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
commit | a9311767b4f00338f33428f0f5846e62527dfb44 (patch) | |
tree | e776170f47bd30b1e4ee261fdc5fc8503eab0648 /libexec/getty/main.c | |
parent | 3e9e99725cc6bec08359979b9ff83db24b0645d3 (diff) |
Nuke some obvious #include duplications.
ok espie@ deraadt@ millert@ tedu@
Diffstat (limited to 'libexec/getty/main.c')
-rw-r--r-- | libexec/getty/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index a0905ebb264..994275e0575 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.32 2013/11/27 21:25:25 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.33 2014/11/18 20:51:00 krw Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -45,7 +45,6 @@ #include <string.h> #include <syslog.h> #include <stdio.h> -#include <time.h> #include <unistd.h> #include <util.h> |