mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Change all include objects/*.h to include gnustep/base/*.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1419 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6cc570eca1
commit
d4b12b4053
244 changed files with 689 additions and 689 deletions
|
@ -23,12 +23,12 @@
|
|||
|
||||
/* The implementation for NotificationDispatcher. */
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <objects/NotificationQueue.h>
|
||||
#include <objects/Notification.h>
|
||||
#include <objects/LinkedListNode.h>
|
||||
#include <objects/Array.h>
|
||||
#include <objects/Invocation.h>
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/NotificationQueue.h>
|
||||
#include <gnustep/base/Notification.h>
|
||||
#include <gnustep/base/LinkedListNode.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
#include <gnustep/base/Invocation.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
||||
@implementation NotificationQueue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue