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:
mccallum 1996-04-17 15:23:00 +00:00
parent 6cc570eca1
commit d4b12b4053
244 changed files with 689 additions and 689 deletions

View file

@ -22,8 +22,8 @@
*/
#include <Foundation/NSNotification.h>
#include <objects/Notification.h>
#include <objects/behavior.h>
#include <gnustep/base/Notification.h>
#include <gnustep/base/behavior.h>
@implementation NSNotificationCenter