From 0794cc0ceb267c7c94ba9e8fe4e00d968da1f139 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 5 May 2017 16:27:59 +0000 Subject: Fix erroneously cased include file names git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/GDI') 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 -#include +#include void Fl_GDI_Graphics_Driver::arc(int x,int y,int w,int h,double a1,double a2) { if (w <= 0 || h <= 0) return; -- cgit v1.2.3