diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-19 13:35:38 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-19 13:35:38 +0000 |
commit | aedaa14399f0ccb477f04733b03378ddac2eafbf (patch) | |
tree | be2b6352a306cbb419e93339adb3f0f73d2c38c0 /libexec/getty/main.c | |
parent | 4dd724e459564e6ce5f6ffab8333db0f27e01e29 (diff) |
Nuke yet more obvious #include duplications.
ok deraadt@
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 994275e0575..b0824f20245 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.33 2014/11/18 20:51:00 krw Exp $ */ +/* $OpenBSD: main.c,v 1.34 2014/11/19 13:35:37 krw Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -40,7 +40,6 @@ #include <fcntl.h> #include <time.h> #include <ctype.h> -#include <fcntl.h> #include <stdlib.h> #include <string.h> #include <syslog.h> |