mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:21:08 +00:00
Tidied - use #include, not #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ccb5efc4cd
commit
87c429f4b0
3 changed files with 5 additions and 5 deletions
|
@ -27,8 +27,8 @@
|
|||
#ifndef _GNUstep_H_NSComboBox
|
||||
#define _GNUstep_H_NSComboBox
|
||||
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <AppKit/NSTextField.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <AppKit/NSTextField.h>
|
||||
|
||||
@interface NSComboBox : NSTextField
|
||||
{
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef _GNUstep_H_NSSplitView
|
||||
#define _GNUstep_H_NSSplitView
|
||||
|
||||
#import <AppKit/NSView.h>
|
||||
#include <AppKit/NSView.h>
|
||||
|
||||
@class NSImage, NSColor, NSNotification;
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#ifndef _GNUstep_H_NSWindowController
|
||||
#define _GNUstep_H_NSWindowController
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/NSNibDeclarations.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/NSNibDeclarations.h>
|
||||
|
||||
@class NSWindow, NSDocument;
|
||||
|
||||
|
|
Loading…
Reference in a new issue