From 4d09dcbb70af29b37cb22ed3d8fb78d00daa9231 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 27 Feb 2002 18:57:30 +0000 Subject: [PATCH] Tidied - use #include, not #import git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12845 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSComboBox.h | 4 ++-- Headers/gnustep/gui/NSSplitView.h | 2 +- Headers/gnustep/gui/NSWindowController.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Headers/gnustep/gui/NSComboBox.h b/Headers/gnustep/gui/NSComboBox.h index 8bb342161..e1267a869 100644 --- a/Headers/gnustep/gui/NSComboBox.h +++ b/Headers/gnustep/gui/NSComboBox.h @@ -27,8 +27,8 @@ #ifndef _GNUstep_H_NSComboBox #define _GNUstep_H_NSComboBox -#import -#import +#include +#include @interface NSComboBox : NSTextField { diff --git a/Headers/gnustep/gui/NSSplitView.h b/Headers/gnustep/gui/NSSplitView.h index ceed6fa08..2e702ae2e 100644 --- a/Headers/gnustep/gui/NSSplitView.h +++ b/Headers/gnustep/gui/NSSplitView.h @@ -29,7 +29,7 @@ #ifndef _GNUstep_H_NSSplitView #define _GNUstep_H_NSSplitView -#import +#include @class NSImage, NSColor, NSNotification; diff --git a/Headers/gnustep/gui/NSWindowController.h b/Headers/gnustep/gui/NSWindowController.h index c745650a7..d14138782 100644 --- a/Headers/gnustep/gui/NSWindowController.h +++ b/Headers/gnustep/gui/NSWindowController.h @@ -25,8 +25,8 @@ #ifndef _GNUstep_H_NSWindowController #define _GNUstep_H_NSWindowController -#import -#import +#include +#include @class NSWindow, NSDocument;