From ab2f100c74dde2c526b6466a243231011de30ad1 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Tue, 1 Aug 2000 17:41:39 +0000 Subject: [PATCH] Remove unnecessary header. Organization: Straylight/Edgeware From: mdw --- qqlib.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qqlib.c b/qqlib.c index 9edacbc..b300eee 100644 --- a/qqlib.c +++ b/qqlib.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: qqlib.c,v 1.1 1999/04/28 19:58:07 mdw Exp $ + * $Id: qqlib.c,v 1.2 2000/08/01 17:41:39 mdw Exp $ * * Useful library of tools for quines * @@ -34,7 +34,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: qqlib.c,v $ - * Revision 1.1 1999/04/28 19:58:07 mdw + * Revision 1.2 2000/08/01 17:41:39 mdw + * Remove unnecessary header. + * + * Revision 1.1.1.1 1999/04/28 19:58:07 mdw * Initial revision * */ @@ -43,7 +46,6 @@ /* --- ANSI headers --- */ -#include #include #include #include -- [mdw]