summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-05-16 12:26:58 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-05-16 12:26:58 +0000
commit77272369dcdc8e104f21579eec78fbbcb614c6dc (patch)
tree86ebd447f46dff1dd9b32abfbd02e490f76a7c79 /src
parent74198871a67e9ca1bdc46fc9b57ac4b09649eddf (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 62b504eba..227879ee7 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -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 $".
//