From: mdw Date: Tue, 1 Aug 2000 17:41:39 +0000 (+0000) Subject: Remove unnecessary header. X-Git-Tag: 1.1.0~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/quine/commitdiff_plain/ab2f100c74dde2c526b6466a243231011de30ad1 Remove unnecessary header. --- 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