summaryrefslogtreecommitdiff
path: root/Source/FLTKDialog/FLTKPropertyList.cxx
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-06-14 14:32:20 -0400
committerBerk Geveci <berk.geveci@kitware.com>2001-06-14 14:32:20 -0400
commit043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e (patch)
tree70d68a266f2bdf0f5f0a943e9b74795fb45649fa /Source/FLTKDialog/FLTKPropertyList.cxx
parent90f7f2c53f8e42bc638cc3c291daa38220efd166 (diff)
downloadcmake-043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e.tar.gz
Include directory names are Case sensitive in Unix.
Diffstat (limited to 'Source/FLTKDialog/FLTKPropertyList.cxx')
-rw-r--r--Source/FLTKDialog/FLTKPropertyList.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/FLTKDialog/FLTKPropertyList.cxx b/Source/FLTKDialog/FLTKPropertyList.cxx
index e1651e1796..8c42397253 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 <cstdio>
namespace fltk {