From 043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Thu, 14 Jun 2001 14:32:20 -0400 Subject: [PATCH] Include directory names are Case sensitive in Unix. --- .../FLTKDialog/CMakeSetupGUIImplementation.cxx | 8 ++++---- Source/FLTKDialog/FLTKPropertyItemRow.cxx | 18 +++++++++--------- Source/FLTKDialog/FLTKPropertyItemRow.h | 4 ++-- Source/FLTKDialog/FLTKPropertyList.cxx | 10 +++++----- .../FLTKPropertyNameButtonWithHelp.cxx | 8 ++++---- .../FLTKPropertyNameButtonWithHelp.h | 10 +++++----- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx index 2b07c5722..08ad2e8ed 100644 --- a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx +++ b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx @@ -1,14 +1,14 @@ #include "CMakeSetupGUIImplementation.h" -#include "Fl/fl_file_chooser.H" -#include "Fl/filename.H" -#include "Fl/fl_ask.H" +#include "FL/fl_file_chooser.H" +#include "FL/filename.H" +#include "FL/fl_ask.H" #include "cstring" #include "../cmCacheManager.h" #include "../cmMakefile.h" #include #include "FLTKPropertyList.h" -#include "Fl/fl_draw.H" +#include "FL/fl_draw.H" #include "../cmake.h" diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.cxx b/Source/FLTKDialog/FLTKPropertyItemRow.cxx index c48cd5d64..edafb4ed4 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.cxx +++ b/Source/FLTKDialog/FLTKPropertyItemRow.cxx @@ -1,13 +1,13 @@ #include "FLTKPropertyItemRow.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include namespace fltk { diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.h b/Source/FLTKDialog/FLTKPropertyItemRow.h index d3adb3ebf..39341665e 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.h +++ b/Source/FLTKDialog/FLTKPropertyItemRow.h @@ -5,8 +5,8 @@ #include "FLTKPropertyList.h" #include "FLTKPropertyNameButtonWithHelp.h" -#include -#include +#include +#include namespace fltk { diff --git a/Source/FLTKDialog/FLTKPropertyList.cxx b/Source/FLTKDialog/FLTKPropertyList.cxx index e1651e179..8c4239725 100644 --- a/Source/FLTKDialog/FLTKPropertyList.cxx +++ b/Source/FLTKDialog/FLTKPropertyList.cxx @@ -4,11 +4,11 @@ #include "FLTKPropertyList.h" #include "../cmCacheManager.h" #include "FLTKPropertyItemRow.h" -#include "Fl/filename.H" -#include "Fl/fl_file_chooser.H" -#include "Fl/Fl_Color_Chooser.H" -#include "Fl/fl_ask.H" -#include "Fl/Fl_Button.H" +#include "FL/filename.H" +#include "FL/fl_file_chooser.H" +#include "FL/Fl_Color_Chooser.H" +#include "FL/fl_ask.H" +#include "FL/Fl_Button.H" #include namespace fltk { diff --git a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx index 3b8858dbc..1bc9372e6 100644 --- a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx +++ b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx @@ -1,7 +1,7 @@ -#include -#include -#include -#include +#include "FLTKPropertyNameButtonWithHelp.h" +#include +#include +#include #include "../cmCacheManager.h" diff --git a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h index 12c02984d..09d6e604f 100644 --- a/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h +++ b/Source/FLTKDialog/FLTKPropertyNameButtonWithHelp.h @@ -1,11 +1,11 @@ #ifndef FLTKPropertyNameButtonWithHelp_h #define FLTKPropertyNameButtonWithHelp_h -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include namespace fltk {