From acd6bd5cc858284f12e1330d4acd49cad47e7f82 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 25 May 2002 13:38:25 +0000 Subject: 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 --- src/gl_draw.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/gl_draw.cxx') diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 5f499c1a3..e7ca43080 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -1,5 +1,5 @@ // -// "$Id: gl_draw.cxx,v 1.7.2.5.2.6 2002/04/11 11:52:43 easysw Exp $" +// "$Id: gl_draw.cxx,v 1.7.2.5.2.7 2002/05/25 13:38:25 easysw Exp $" // // OpenGL drawing support routines for the Fast Light Tool Kit (FLTK). // @@ -26,7 +26,7 @@ // Functions from // See also Fl_Gl_Window and gl_start.cxx -#include +#include "flstring.h" #if HAVE_GL #include @@ -35,7 +35,6 @@ #include #include "Fl_Gl_Choice.H" #include "Fl_Font.H" -#include "flstring.h" int gl_height() {return fl_height();} int gl_descent() {return fl_descent();} @@ -158,5 +157,5 @@ void gl_draw_image(const uchar* b, int x, int y, int w, int h, int d, int ld) { #endif // -// End of "$Id: gl_draw.cxx,v 1.7.2.5.2.6 2002/04/11 11:52:43 easysw Exp $". +// End of "$Id: gl_draw.cxx,v 1.7.2.5.2.7 2002/05/25 13:38:25 easysw Exp $". // -- cgit v1.2.3