mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Removed some uncessary includes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18307 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d49a2b2fc
commit
56532346c7
2 changed files with 5 additions and 7 deletions
|
@ -1,4 +1,8 @@
|
|||
2003-01-03 Ludovic Marcotte <ludovic@Sophos.ca>
|
||||
2004-01-03 23:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibTemplates.m: Removed some uneeded includes.
|
||||
|
||||
2004-01-03 Ludovic Marcotte <ludovic@Sophos.ca>
|
||||
|
||||
* Source/NSOutlineView.m: Started to fix the DnD code.
|
||||
Modified -mouseDown: to not select the row when clicking
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSClassDescription.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
|
@ -44,16 +42,12 @@
|
|||
#include <Foundation/NSKeyValueCoding.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <AppKit/NSMenu.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSSound.h>
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/NSTextView.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSNibLoading.h>
|
||||
#include <AppKit/NSNibConnector.h>
|
||||
#include <AppKit/NSApplication.h>
|
||||
#include <AppKit/NSTableColumn.h>
|
||||
#include <AppKit/NSTabViewItem.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepGUI/GSNibTemplates.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue