summaryrefslogtreecommitdiff
path: root/src/fl_font.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-25 13:38:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-25 13:38:25 +0000
commitacd6bd5cc858284f12e1330d4acd49cad47e7f82 (patch)
tree73b95e9fb388772fd51321b5043324ce73718d33 /src/fl_font.cxx
parent62424b33c5dc5fc74263ba4205f9562e5864b8c3 (diff)
Clean up string includes.
Fix Fl_Shared_Image::add_handler() and friends. Fix Fl_PNM_Image loader. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2260 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_font.cxx')
-rw-r--r--src/fl_font.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/fl_font.cxx b/src/fl_font.cxx
index e2ebaef31..626efc6c0 100644
--- a/src/fl_font.cxx
+++ b/src/fl_font.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fl_font.cxx,v 1.9.2.5.2.5 2002/04/11 11:52:42 easysw Exp $"
+// "$Id: fl_font.cxx,v 1.9.2.5.2.6 2002/05/25 13:38:25 easysw Exp $"
//
// Font selection code for the Fast Light Tool Kit (FLTK).
//
@@ -24,16 +24,14 @@
//
// Select fonts from the FLTK font table.
-#include <config.h>
+#include "flstring.h"
#include <FL/Fl.H>
#include <FL/fl_draw.H>
#include <FL/x.H>
#include "Fl_Font.H"
-#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
-#include "flstring.h"
#ifdef WIN32
# include "fl_font_win32.cxx"
@@ -56,5 +54,5 @@ void fl_draw(const char* str, int x, int y) {
}
//
-// End of "$Id: fl_font.cxx,v 1.9.2.5.2.5 2002/04/11 11:52:42 easysw Exp $".
+// End of "$Id: fl_font.cxx,v 1.9.2.5.2.6 2002/05/25 13:38:25 easysw Exp $".
//