From e13fce3def37bd29b17f13c667de16dae06ce4bf Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sun, 14 Feb 2010 17:14:34 +0000 Subject: [PATCH] fix broken includes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29630 72102866-910b-0410-8b05-ffd578937521 --- Source/NSDistributedNotificationCenter.m | 2 +- Source/NSSocketPortNameServer.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/NSDistributedNotificationCenter.m b/Source/NSDistributedNotificationCenter.m index 261fdcecb..7adae5fb0 100644 --- a/Source/NSDistributedNotificationCenter.m +++ b/Source/NSDistributedNotificationCenter.m @@ -39,7 +39,7 @@ #import "Foundation/NSPathUtilities.h" #import "Foundation/NSRunLoop.h" #import "Foundation/NSTask.h" -#import "GNUstepBase/NSTask+GS.h" +#import "GNUstepBase/NSTask+GNUstepBase.h" #import "Foundation/NSDistributedNotificationCenter.h" #import "Foundation/NSUserDefaults.h" #import "Foundation/NSHost.h" diff --git a/Source/NSSocketPortNameServer.m b/Source/NSSocketPortNameServer.m index 324a8daed..a8e86ff01 100644 --- a/Source/NSSocketPortNameServer.m +++ b/Source/NSSocketPortNameServer.m @@ -42,7 +42,7 @@ #import "Foundation/NSSet.h" #import "Foundation/NSHost.h" #import "Foundation/NSTask.h" -#import "GNUstepBase/NSTask+GS.h" +#import "GNUstepBase/NSTask+GNUstepBase.h" #import "Foundation/NSDate.h" #import "Foundation/NSTimer.h" #import "Foundation/NSPathUtilities.h"