diff --git a/ChangeLog b/ChangeLog index d7d3d7672..a6ffcabe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-05-19 Riccardo Mottola + + * Source/GSVbox.m, + * Source/GSHbox.m: + Changed heder include to import + 2010-05-17 Fred Kiefer * Source/NSToolbarItem.m (-setView:): Only set the min/max size of diff --git a/Source/GSHbox.m b/Source/GSHbox.m index ef3c971b1..864eacff5 100644 --- a/Source/GSHbox.m +++ b/Source/GSHbox.m @@ -2,7 +2,7 @@ The GSHbox class (a GNU extension) - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999-2010 Free Software Foundation, Inc. Author: Nicola Pero Date: 1999 @@ -26,9 +26,9 @@ Boston, MA 02110-1301, USA. */ -#include "GNUstepGUI/GSHbox.h" +#import "GNUstepGUI/GSHbox.h" // For the separator -#include "AppKit/NSBox.h" +#import "AppKit/NSBox.h" @implementation GSHbox: GSTable // diff --git a/Source/GSVbox.m b/Source/GSVbox.m index d649f6512..563e9055a 100644 --- a/Source/GSVbox.m +++ b/Source/GSVbox.m @@ -2,7 +2,7 @@ The GSVbox class (a GNU extension) - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999-2010 Free Software Foundation, Inc. Author: Nicola Pero Date: 1999 @@ -28,8 +28,8 @@ // See GSHbox.m for comments // This file is derived from GSVbox.m -#include "GNUstepGUI/GSVbox.h" -#include "AppKit/NSBox.h" +#import "GNUstepGUI/GSVbox.h" +#import "AppKit/NSBox.h" @implementation GSVbox: GSTable //