mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 09:40:59 +00:00
fix imports
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30504 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5a3cb0721e
commit
c17aa7241f
1 changed files with 0 additions and 15 deletions
|
@ -30,24 +30,9 @@
|
|||
#include <EOModeler/EOMInspector.h>
|
||||
#include <EOModeler/EOMInspectorController.h>
|
||||
|
||||
#ifdef NeXT_GUI_LIBRARY
|
||||
#include <AppKit/AppKit.h>
|
||||
#else
|
||||
#include <AppKit/NSBox.h>
|
||||
#include <AppKit/NSButtonCell.h>
|
||||
#include <AppKit/NSMatrix.h>
|
||||
#include <AppKit/NSScrollView.h>
|
||||
#include <AppKit/NSPanel.h>
|
||||
#include <AppKit/NSView.h>
|
||||
#endif
|
||||
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/Foundation.h>
|
||||
#else
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#endif
|
||||
|
||||
static EOMInspectorController *_sharedInspectorController;
|
||||
|
||||
|
|
Loading…
Reference in a new issue