diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-06-14 18:32:20 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-06-14 18:32:20 (GMT) |
commit | 043f54ca5f8b86a78cd1b19441bdc2a4a074ad9e (patch) | |
tree | 70d68a266f2bdf0f5f0a943e9b74795fb45649fa /Source/FLTKDialog/FLTKPropertyItemRow.h | |
parent | 90f7f2c53f8e42bc638cc3c291daa38220efd166 (diff) | |
download | CMake-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.h | 4 |
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 { |