mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 16:20:46 +00:00
Use lightweight header
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bff954868b
commit
d78a39478c
3 changed files with 3 additions and 3 deletions
|
@ -548,9 +548,9 @@
|
|||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSTask.h>
|
||||
#include <GNUstepBase/NSTask+GS.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#include "GNUstepGUI/GSServicesManager.h"
|
||||
#include "GNUstepGUI/GSPasteboardServer.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#include <GNUstepBase/NSTask+GS.h>
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSSound.h"
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSTask.h>
|
||||
#include <GNUstepBase/NSTask+GS.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSNotificationQueue.h>
|
||||
|
@ -68,7 +69,6 @@
|
|||
#include "AppKit/NSPanel.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/NSScreen.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#include "GNUstepGUI/GSServicesManager.h"
|
||||
#include "GNUstepGUI/GSDisplayServer.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue