From f7c57a37300a434e946b91034fda9731656543dd Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Mon, 7 Jun 1999 07:03:34 +0000 Subject: Replaced remaining malloc.h's with stdlib.h Added ctype.h to win32 file Patch for Fl_Browser_ looping indefinately git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@596 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/checkers.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/checkers.cxx b/test/checkers.cxx index 0e79e83b3..6b22c9ddc 100644 --- a/test/checkers.cxx +++ b/test/checkers.cxx @@ -1,5 +1,5 @@ // -// "$Id: checkers.cxx,v 1.9.2.1 1999/03/25 15:26:44 mike Exp $" +// "$Id: checkers.cxx,v 1.9.2.2 1999/06/07 07:03:34 bill Exp $" // // Checkers game for the Fast Light Tool Kit (FLTK). // @@ -56,7 +56,6 @@ const char* copyright = #define FLTK //#define VT100 -#include #include #include #include @@ -1366,5 +1365,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: checkers.cxx,v 1.9.2.1 1999/03/25 15:26:44 mike Exp $". +// End of "$Id: checkers.cxx,v 1.9.2.2 1999/06/07 07:03:34 bill Exp $". // -- cgit v1.2.3