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 +- src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers') 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; diff --git a/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx index 03e94bee2..2c318d0b4 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx @@ -23,7 +23,7 @@ #include #include #include -#include +#include extern HWND fl_window; -- cgit v1.2.3