From ef80df5ce8e485ab59324a3f1550e0f35ab9379a Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 30 Dec 2018 23:09:58 +0000 Subject: Delete unnecessary #includes ok deraadt@ --- usr.bin/cvs/commit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/cvs/commit.c') diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index c2b39832062..c1523e442f3 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.158 2017/06/01 08:08:24 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.159 2018/12/30 23:09:58 guenther Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2006 Xavier Santolaria @@ -20,7 +20,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b