diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-03-06 14:31:33 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-03-06 14:31:33 +0000 |
| commit | 5c1e50b128f7c6b3c6bfee74a9d625cbbd103277 (patch) | |
| tree | e03ca23d67a77b30a7869065df23253ad290f41b /src/drivers/GDI | |
| parent | 96a89d4300a0909f85f402fc2737ccc8ed73469c (diff) | |
Fix include statements.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11298 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Copy_Surface.cxx | 2 | ||||
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Image_Surface.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx b/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx index f8d13d747..aa8e93682 100644 --- a/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx +++ b/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -#include <src/config_lib.h> +#include "../../config_lib.h" #ifdef FL_CFG_GFX_GDI diff --git a/src/drivers/GDI/Fl_GDI_Image_Surface.cxx b/src/drivers/GDI/Fl_GDI_Image_Surface.cxx index f0ef17c69..3e3d1f55b 100644 --- a/src/drivers/GDI/Fl_GDI_Image_Surface.cxx +++ b/src/drivers/GDI/Fl_GDI_Image_Surface.cxx @@ -18,7 +18,7 @@ #include <FL/fl_draw.H> -#include <src/config_lib.h> +#include "../../config_lib.h" #ifdef FL_CFG_GFX_GDI |
