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_support.cxx | 8 ++++---- fluid/ide_xcode.cxx | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index 178c5d7fa..a934b4f02 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -1,5 +1,5 @@ // -// "$Id: ide_support.cxx 6981 2009-12-25 20:53:22Z matt $" +// "$Id$" // // IDE and Build File generation for the Fast Light Tool Kit (FLTK). // @@ -105,9 +105,9 @@ #include "ide_support.h" #include -#include +#include #include -#include +#include #include "Fl_Type.h" @@ -636,5 +636,5 @@ public: Fl_FltkDB_Plugin FltkDB_Plugin; // -// End of "$Id: ide_support.cxx 6981 2009-12-25 20:53:22Z matt $". +// End of "$Id$". // 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