Trivial header inclusion fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-04-06 10:45:22 +00:00
parent 504c570c08
commit 15840d8386
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
#define GSI_MAP_EQUAL(M, X,Y) ((X).uint == (Y).uint)
#undef GSI_MAP_NOCLEAN
#include <GNUstepBase/GSIMap.h>
#include "GNUstepBase/GSIMap.h"
#define _IN_NSKEYEDARCHIVER_M 1

View file

@ -39,7 +39,7 @@
#define GSI_ARRAY_TYPES GSUNION_OBJ
#include <GNUstepBase/GSIArray.h>
#include "GNUstepBase/GSIArray.h"
#define _IN_NSKEYEDUNARCHIVER_M 1
#include <Foundation/NSKeyedArchiver.h>