From 8cd8376db5edf14fd48a50d5fe4548f559c9e87e Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Mon, 11 Nov 2002 00:15:29 +0000 Subject: [PATCH] Corrected includes to speed up compilation. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14972 72102866-910b-0410-8b05-ffd578937521 --- Source/NSBezierPath.m | 6 ++++-- Source/NSOpenPanel.m | 4 ---- Source/NSStringDrawing.m | 6 +++++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Source/NSBezierPath.m b/Source/NSBezierPath.m index b6a72ae1e..f8c8daec7 100644 --- a/Source/NSBezierPath.m +++ b/Source/NSBezierPath.m @@ -27,8 +27,10 @@ 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. */ -#include -#include +#include +#include +#include +#include #include #ifndef PI diff --git a/Source/NSOpenPanel.m b/Source/NSOpenPanel.m index 6b8c8feaf..e8fdc483c 100644 --- a/Source/NSOpenPanel.m +++ b/Source/NSOpenPanel.m @@ -37,16 +37,12 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include #include #include #include #include #include #include -#include -#include #include #include #include diff --git a/Source/NSStringDrawing.m b/Source/NSStringDrawing.m index 2a30647db..da048f32d 100644 --- a/Source/NSStringDrawing.m +++ b/Source/NSStringDrawing.m @@ -29,7 +29,11 @@ #include #include #include -#include +#include +#include +#include +#include +#include #include "GSTextStorage.h" // For the encoding functions