From ac66e4d72ea3cbece7e26b150eb21b5964075ad6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 4 Mar 1999 18:45:31 +0000 Subject: [PATCH] Got rid of malloc.h include - should be using stdlib.h anyways... git-svn-id: file:///fltk/svn/fltk/trunk@365 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fluid_Image.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx index 1bcc0d743..7c1686c99 100644 --- a/fluid/Fluid_Image.cxx +++ b/fluid/Fluid_Image.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fluid_Image.cxx,v 1.6 1999/01/07 19:17:12 mike Exp $" +// "$Id: Fluid_Image.cxx,v 1.7 1999/03/04 18:45:31 mike Exp $" // // Pixmap label support for the Fast Light Tool Kit (FLTK). // @@ -31,8 +31,7 @@ #include #include #include -#include -#include // needed for DEC's Alpha cxx ? +#include #include extern void goto_source_dir(); // in fluid.C @@ -406,5 +405,5 @@ Fluid_Image *ui_find_image(const char *oldname) { } // -// End of "$Id: Fluid_Image.cxx,v 1.6 1999/01/07 19:17:12 mike Exp $". +// End of "$Id: Fluid_Image.cxx,v 1.7 1999/03/04 18:45:31 mike Exp $". //