diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-02-18 15:40:43 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-02-18 15:40:43 +0000 |
| commit | 7ea3819b28324111f26dca132fc995b415a2ed36 (patch) | |
| tree | a79fb4924ae0cf8aa14b987ef21467ab4d63e81e /fluid/ide_xcode.cxx | |
| parent | 0f45c3e5ac23c2cbf13b1e7d04c27251309da8e0 (diff) | |
Fixed case of included header files
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_xcode.cxx')
| -rw-r--r-- | fluid/ide_xcode.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/ide_xcode.cxx b/fluid/ide_xcode.cxx index 3c5dc7fe1..d6057dbe5 100644 --- a/fluid/ide_xcode.cxx +++ b/fluid/ide_xcode.cxx @@ -1,5 +1,5 @@ // -// "$Id: ide_xcode.cxx 6981 2009-12-25 20:53:22Z matt $" +// "$Id$" // // IDE and Build FIle generation for the Fast Light Tool Kit (FLTK). // @@ -92,8 +92,8 @@ #include "ide_support.h" -#include <FL/filename.h> -#include <FL/fl_ask.h> +#include <FL/filename.H> +#include <FL/fl_ask.H> #include "Fl_Type.h" @@ -1385,5 +1385,5 @@ Fl_IDE_Xcode_Plugin IDE_Xcode_Plugin; */ // -// End of "$Id: ide_xcode.cxx 6981 2009-12-25 20:53:22Z matt $". -//
\ No newline at end of file +// End of "$Id$". +// |
