diff options
| author | Manolo Gouy <Manolo> | 2017-05-05 16:27:59 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-05-05 16:27:59 +0000 |
| commit | 0794cc0ceb267c7c94ba9e8fe4e00d968da1f139 (patch) | |
| tree | 583eb38abbc73193528bf4732d76f54669500084 /src/drivers/GDI | |
| parent | 5769ac62102b4e51407d0754ecb12175849828af (diff) | |
Fix erroneously cased include file names
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx index 83f7fbeda..77753139f 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx @@ -33,7 +33,7 @@ #include "Fl_GDI_Graphics_Driver.H" #include <FL/math.h> -#include <FL/x.h> +#include <FL/x.H> void Fl_GDI_Graphics_Driver::arc(int x,int y,int w,int h,double a1,double a2) { if (w <= 0 || h <= 0) return; |
