From 1d0aa595c92a99325152a59e047255abdcbebd10 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Mon, 24 May 2010 22:42:50 +0000 Subject: [PATCH] added missing imports git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30451 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ Source/gsc/GSGState.m | 1 + Source/x11/XGDragView.m | 9 +++++---- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ba40b4..64b7dab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-05-25 Riccardo Mottola + + * Source/x11/XGDragView.m + * Source/gsc/GSGState.m + Added missing imports. + 2010-05-16 17:39-EDT Gregory John Casamento * Headers/win32/WIN32Server.h diff --git a/Source/gsc/GSGState.m b/Source/gsc/GSGState.m index a3129ee..d64f58c 100644 --- a/Source/gsc/GSGState.m +++ b/Source/gsc/GSGState.m @@ -27,6 +27,7 @@ #include "config.h" #import #import +#import #import #import #import diff --git a/Source/x11/XGDragView.m b/Source/x11/XGDragView.m index 4d9515a..533ba73 100644 --- a/Source/x11/XGDragView.m +++ b/Source/x11/XGDragView.m @@ -1,7 +1,7 @@ /* XGDragView - Drag and Drop code for X11 backends. - Copyright (C) 1998,1999,2001 Free Software Foundation, Inc. + Copyright (C) 1998-2010 Free Software Foundation, Inc. Created by: Wim Oudshoorn Date: Nov 2001 @@ -28,6 +28,10 @@ Boston, MA 02110-1301, USA. */ +#include +#include +#include + #include #include #include @@ -36,9 +40,6 @@ #include #include -#include -#include - #include "x11/XGServer.h" #include "x11/XGServerWindow.h" #include "x11/XGDragView.h"