From 1033f08ee272a94855d5f12b287378bb52cf03f0 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 14 Mar 2007 13:22:29 +0000 Subject: [PATCH] Remove the NSBundle.h include after last change removed dependency on NSBundle git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24870 72102866-910b-0410-8b05-ffd578937521 --- Source/NSUserDefaults.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/NSUserDefaults.m b/Source/NSUserDefaults.m index 598e9fad6..9fec38a15 100644 --- a/Source/NSUserDefaults.m +++ b/Source/NSUserDefaults.m @@ -36,7 +36,6 @@ #include "Foundation/NSUserDefaults.h" #include "Foundation/NSArchiver.h" #include "Foundation/NSArray.h" -#include "Foundation/NSBundle.h" #include "Foundation/NSData.h" #include "Foundation/NSDate.h" #include "Foundation/NSDictionary.h"