From 7f6d785820723a6480bfa485ecf87e40f80202ad Mon Sep 17 00:00:00 2001 From: joris Date: Mon, 11 Apr 2005 18:02:58 +0000 Subject: don't include sysexits.h now we don't use those error codes anymore. --- 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 a97fc8a8a83..ee831a586b2 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.21 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.22 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -34,7 +34,6 @@ #include #include #include -#include #include "cvs.h" #include "log.h" -- cgit v1.2.3-59-g8ed1b