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;