mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Fix include suggested by dirk@object-factory.com
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3563 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
895e64b697
commit
b1f417dbd6
2 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
#include <Foundation/NSSerialization.h>
|
||||
#include <Foundation/NSPortNameServer.h>
|
||||
|
||||
#include <Foundation/fast.x>
|
||||
#include <gnustep/base/fast.x>
|
||||
|
||||
#include <AppKit/NSApplication.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <Foundation/NSMethodSignature.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#include <Foundation/fast.x>
|
||||
|
||||
#define stringify_it(X) #X
|
||||
#define prog_path(X,Y) \
|
||||
|
|
Loading…
Reference in a new issue