diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 22:26:57 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 22:26:57 +0000 |
| commit | b1e15d245a624d42d7a3f451ab3ef3a2feb27640 (patch) | |
| tree | 3e41b36a1d1e354c7134b1d13430fc1d151125c0 /src/drivers/Xlib | |
| parent | 87e29cef828548c397692473683eebd9613b661c (diff) | |
Further fudged up the Makefile dependencies.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11061 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx index 5ec63fd06..8e9cf1fc9 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx @@ -48,8 +48,8 @@ # include <FL/Fl.H> # include <FL/fl_draw.H> # include <FL/x.H> -# include "Fl_XColor.H" -# include "flstring.h" +# include "../../Fl_XColor.H" +# include "../../flstring.h" static XImage xi; // template used to pass info to X static int bytes_per_pixel; |
