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/annotate.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/cvs/annotate.c') diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c index ee7f6b6ffed..da523cc2e2f 100644 --- a/usr.bin/cvs/annotate.c +++ b/usr.bin/cvs/annotate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.7 2005/04/11 17:56:27 joris Exp $ */ +/* $OpenBSD: annotate.c,v 1.8 2005/04/11 18:02:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -33,7 +33,6 @@ #include #include #include -#include #include "cvs.h" #include "rcs.h" -- cgit v1.2.3-59-g8ed1b