diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-10-07 22:43:22 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-10-07 22:43:22 +0200 |
commit | f74d63ad11c409183c17c1f443fa94b41a459303 (patch) | |
tree | 7bc1cec7f227c21f0e065be01cc52e73f5b300c5 /src | |
parent | 42ca381cb1ce50a6c6b4d7160ccc56e1d7b427bf (diff) |
fix compilation with fltk-1.3.x
Diffstat (limited to 'src')
-rw-r--r-- | src/PreviewOutputImage.cxx | 4 | ||||
-rw-r--r-- | src/ScanImage.cxx | 2 | ||||
-rw-r--r-- | src/Stitch.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/PreviewOutputImage.cxx b/src/PreviewOutputImage.cxx index 3f6443a..560f044 100644 --- a/src/PreviewOutputImage.cxx +++ b/src/PreviewOutputImage.cxx @@ -8,8 +8,8 @@ #include <stdio.h> #include <string.h> -#include <Fl/Fl.H> -#include <Fl/fl_draw.H> +#include <FL/Fl.H> +#include <FL/fl_draw.H> #include "PreviewOutputImage.H" diff --git a/src/ScanImage.cxx b/src/ScanImage.cxx index 747da36..39f66a7 100644 --- a/src/ScanImage.cxx +++ b/src/ScanImage.cxx @@ -8,7 +8,7 @@ #include <stdio.h> #include <math.h> -#include <Fl/Fl_Image.H> +#include <FL/Fl_Image.H> #include "ScanImage.H" int diff --git a/src/Stitch.cxx b/src/Stitch.cxx index eeb4562..23bb4ad 100644 --- a/src/Stitch.cxx +++ b/src/Stitch.cxx @@ -12,7 +12,7 @@ #include <gsl/gsl_multifit.h> -#include <Fl/Fl.H> +#include <FL/Fl.H> #include "OutputImage.H" #include "Stitch.H" |