From 7ea3819b28324111f26dca132fc995b415a2ed36 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 18 Feb 2010 15:40:43 +0000 Subject: Fixed case of included header files git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_xcode.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fluid/ide_xcode.cxx') 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 -#include +#include +#include #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$". +// -- cgit v1.2.3