From d41c88c9420636666925bd41c5609ac0139c5287 Mon Sep 17 00:00:00 2001 From: bostic Date: Sat, 27 Nov 1993 15:01:23 +0000 Subject: [PATCH] only four files need seq.h, don't include it in vi.h --- common/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/common.h b/common/common.h index bce4bbea..9094b067 100644 --- a/common/common.h +++ b/common/common.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * $Id: common.h,v 8.26 1993/11/20 10:05:27 bostic Exp $ (Berkeley) $Date: 1993/11/20 10:05:27 $ + * $Id: common.h,v 8.27 1993/11/27 15:01:23 bostic Exp $ (Berkeley) $Date: 1993/11/27 15:01:23 $ */ /* System includes. */ @@ -78,7 +78,6 @@ typedef u_int ARG_CHAR_T; #include "exf.h" #include "log.h" -#include "seq.h" #if FWOPEN_NOT_AVAILABLE /* See PORT/clib/fwopen.c. */ #define EXCOOKIE sp -- 2.11.4.GIT