=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/lst.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/make/lst.h 2001/05/23 12:34:45 1.20 +++ src/usr.bin/make/lst.h 2001/05/29 12:53:41 1.21 @@ -2,7 +2,7 @@ #define _LST_H_ /* $OpenPackages$ */ -/* $OpenBSD: lst.h,v 1.20 2001/05/23 12:34:45 espie Exp $ */ +/* $OpenBSD: lst.h,v 1.21 2001/05/29 12:53:41 espie Exp $ */ /* $NetBSD: lst.h,v 1.7 1996/11/06 17:59:12 christos Exp $ */ /* @@ -49,10 +49,6 @@ * lst.h -- * Header for using the list library */ -#include -#ifdef __STDC__ -#include -#endif /* These data structures are PRIVATE !!! * Here for efficiency, so that some functions can be recoded as inlines,