diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-25 13:38:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-25 13:38:25 +0000 |
| commit | acd6bd5cc858284f12e1330d4acd49cad47e7f82 (patch) | |
| tree | 73b95e9fb388772fd51321b5043324ce73718d33 /src/filename_list.cxx | |
| parent | 62424b33c5dc5fc74263ba4205f9562e5864b8c3 (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/filename_list.cxx')
| -rw-r--r-- | src/filename_list.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/filename_list.cxx b/src/filename_list.cxx index c64ba9564..02e602110 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_list.cxx,v 1.10.2.11.2.3 2002/05/02 11:11:01 easysw Exp $" +// "$Id: filename_list.cxx,v 1.10.2.11.2.4 2002/05/25 13:38:25 easysw Exp $" // // Filename list routines for the Fast Light Tool Kit (FLTK). // @@ -25,7 +25,6 @@ // Wrapper for scandir with const-correct function prototypes. -#include <config.h> #include <FL/filename.H> #include "flstring.h" @@ -72,5 +71,5 @@ int fl_filename_list(const char *d, dirent ***list, } // -// End of "$Id: filename_list.cxx,v 1.10.2.11.2.3 2002/05/02 11:11:01 easysw Exp $". +// End of "$Id: filename_list.cxx,v 1.10.2.11.2.4 2002/05/25 13:38:25 easysw Exp $". // |
