From ce15bf24172386cb43eae7c461bb80f8d0a4ed20 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sat, 3 Jan 2004 23:53:40 +0000 Subject: [PATCH] Header cleanup. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18305 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 +++++- Source/NSBundleAdditions.m | 9 --------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72baaed32..7ea957648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2003-01-01 23:22 Gregory John Casamento +2004-01-03 19:00 Gregory John Casamento + + * Source/NSBundleAdditions.m: Removed some uneeded includes. + +2004-01-01 23:22 Gregory John Casamento * Source/NSBundleAdditions.m: Moved the declaration of nibitems in loadNibFile:externalNameTable:withZone: so diff --git a/Source/NSBundleAdditions.m b/Source/NSBundleAdditions.m index a23fed4f6..f87625362 100644 --- a/Source/NSBundleAdditions.m +++ b/Source/NSBundleAdditions.m @@ -28,7 +28,6 @@ */ #include "config.h" -#include #include #include #include @@ -46,14 +45,6 @@ #include #include #include -#include "AppKit/NSApplication.h" -#include "AppKit/NSMenu.h" -#include "AppKit/NSControl.h" -#include "AppKit/NSImage.h" -#include "AppKit/NSSound.h" -#include "AppKit/NSView.h" -#include "AppKit/NSTextView.h" -#include "AppKit/NSWindow.h" #include "AppKit/NSNibConnector.h" #include "AppKit/NSNibLoading.h" #include "GNUstepGUI/GSNibTemplates.h"