Dropped extra #include <stdio.h> that wasn't needed.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2000-05-16 12:26:58 +00:00
parent 74198871a6
commit 77272369dc
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#include <stdio.h>
//
// "$Id: Fl.cxx,v 1.24.2.21 2000/05/13 20:03:17 bill Exp $"
// "$Id: Fl.cxx,v 1.24.2.22 2000/05/16 12:26:58 mike Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@ -706,5 +705,5 @@ void Fl_Window::flush() {
}
//
// End of "$Id: Fl.cxx,v 1.24.2.21 2000/05/13 20:03:17 bill Exp $".
// End of "$Id: Fl.cxx,v 1.24.2.22 2000/05/16 12:26:58 mike Exp $".
//