summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog/FLTKPropertyItemRow.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-06-14 18:32:20 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-06-14 18:32:20 (GMT)
commit043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e (patch)
tree70d68a266f2bdf0f5f0a943e9b74795fb45649fa /Source/FLTKDialog/FLTKPropertyItemRow.h
parent90f7f2c53f8e42bc638cc3c291daa38220efd166 (diff)
downloadCMake-043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e.zip
CMake-043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e.tar.gz
CMake-043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e.tar.bz2
Include directory names are Case sensitive in Unix.
Diffstat (limited to 'Source/FLTKDialog/FLTKPropertyItemRow.h')
-rw-r--r--Source/FLTKDialog/FLTKPropertyItemRow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.h b/Source/FLTKDialog/FLTKPropertyItemRow.h
index d3adb3e..3934166 100644
--- a/Source/FLTKDialog/FLTKPropertyItemRow.h
+++ b/Source/FLTKDialog/FLTKPropertyItemRow.h
@@ -5,8 +5,8 @@
#include "FLTKPropertyList.h"
#include "FLTKPropertyNameButtonWithHelp.h"
-#include <Fl/Fl_Tile.H>
-#include <Fl/Fl_Input.H>
+#include <FL/Fl_Tile.H>
+#include <FL/Fl_Input.H>
namespace fltk {