diff options
Diffstat (limited to 'src/include/lib')
-rw-r--r-- | src/include/lib/dllist.h | 3 | ||||
-rw-r--r-- | src/include/lib/fstack.h | 3 | ||||
-rw-r--r-- | src/include/lib/stringinfo.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h index 7d97ba32889..4cc56c98744 100644 --- a/src/include/lib/dllist.h +++ b/src/include/lib/dllist.h @@ -26,7 +26,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dllist.h,v 1.1 1996/08/28 07:22:36 scrappy Exp $ + * $Id: dllist.h,v 1.2 1996/10/31 09:48:40 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -34,7 +34,6 @@ #ifndef DLLIST_H #define DLLIST_H -#include "c.h" struct Dllist; struct Dlelem; diff --git a/src/include/lib/fstack.h b/src/include/lib/fstack.h index 8f758b48c89..de2868142a3 100644 --- a/src/include/lib/fstack.h +++ b/src/include/lib/fstack.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: fstack.h,v 1.1 1996/08/28 07:22:37 scrappy Exp $ + * $Id: fstack.h,v 1.2 1996/10/31 09:48:46 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -25,7 +25,6 @@ #ifndef FSTACK_H #define FSTACK_H -#include "c.h" /* * FixedItem -- diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h index 524a11414ad..39863fcbcae 100644 --- a/src/include/lib/stringinfo.h +++ b/src/include/lib/stringinfo.h @@ -6,14 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: stringinfo.h,v 1.1 1996/08/28 07:22:41 scrappy Exp $ + * $Id: stringinfo.h,v 1.2 1996/10/31 09:48:52 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef STRINGINFO_H #define STRINGINFO_H -/*#include "c.h" */ /* for 'String' */ /*------------------------- * StringInfoData holds information about a string. |