mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix header paths
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21917 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43f720e62a
commit
ca640e89ff
2 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "GNUstepBase/GSRunLoopCtxt.h"
|
||||
#include "GNUstepBase/GSRunLoopWatcher.h"
|
||||
#include "../GSRunLoopCtxt.h"
|
||||
#include "../GSRunLoopWatcher.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSNotificationQueue.h>
|
||||
#include <Foundation/NSPort.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "GNUstepBase/GSRunLoopWatcher.h"
|
||||
#include "../GSRunLoopWatcher.h"
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSPort.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue