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.cxx | |
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.cxx')
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyItemRow.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.cxx b/Source/FLTKDialog/FLTKPropertyItemRow.cxx index c48cd5d..edafb4ed 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.cxx +++ b/Source/FLTKDialog/FLTKPropertyItemRow.cxx @@ -1,13 +1,13 @@ #include "FLTKPropertyItemRow.h" -#include <Fl/Fl.H> -#include <Fl/Fl_Window.H> -#include <Fl/Fl_Button.H> -#include <Fl/Fl_Box.H> -#include <Fl/Fl_Input.H> -#include <Fl/Fl_Tile.H> -#include <Fl/fl_ask.H> -#include <Fl/fl_file_chooser.H> -#include <Fl/Fl_Color_Chooser.H> +#include <FL/Fl.H> +#include <FL/Fl_Window.H> +#include <FL/Fl_Button.H> +#include <FL/Fl_Box.H> +#include <FL/Fl_Input.H> +#include <FL/Fl_Tile.H> +#include <FL/fl_ask.H> +#include <FL/fl_file_chooser.H> +#include <FL/Fl_Color_Chooser.H> #include <cstdio> namespace fltk { |