Some more #include -> #import replacement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30072 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-28 21:36:19 +00:00
parent 6b262e278b
commit 58a1f6ec65
14 changed files with 60 additions and 36 deletions

View file

@ -28,9 +28,10 @@
#ifndef _GNUstep_H_NSObjectController
#define _GNUstep_H_NSObjectController
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSController.h>
#include <AppKit/NSMenuItem.h>
#import <AppKit/NSController.h>
#import <AppKit/NSMenuItem.h>
#if OS_API_VERSION(100300,GS_API_LATEST)