Change all include objects/*.h to include gnustep/base/*.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1433 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 18:40:03 +00:00
parent 3b12f20e53
commit 3f093c4909
40 changed files with 97 additions and 97 deletions

View file

@ -1,8 +1,8 @@
#ifndef second_client_h
#define second_client_h
#include <objects/Connection.h>
#include <objects/Proxy.h>
#include <gnustep/base/Connection.h>
#include <gnustep/base/Proxy.h>
#include "second-server.h"
@interface AppellationObject : NSObject