From f7ef143c4f3e770fd8126389e628642c31efa62f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 17 Feb 2016 11:23:26 +0000 Subject: Fix typos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11184 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx | 2 +- src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx index 5bd136bcd..f11672de7 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx @@ -21,7 +21,7 @@ #include "Fl_Cocoa_Screen_Driver.h" #include #include -#include +#include #include diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index e677cbbde..52bb3f79f 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -21,7 +21,7 @@ #include "Fl_WinAPI_Screen_Driver.h" #include #include -#include +#include #include // Add these externs to allow Win32 port to build - suspect that Fl_X11_Screen_Driver.cxx also might need these -- cgit v1.2.3