mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Clean up some includes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15715 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b5e901493
commit
3c890f8d74
5 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-01-26 18:54 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Headers/gnustep/gui/NSParagraphStyle.h,
|
||||
Headers/gnustep/gui/NSTextStorage.h, Source/NSParagraphStyle.m,
|
||||
Source/NSTextAttachment.m: Clean up the includes.
|
||||
|
||||
2003-01-26 18:46 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Headers/gnustep/gui/NSGraphics.h,
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include "NSText.h"
|
||||
#include <AppKit/NSText.h>
|
||||
|
||||
typedef enum _NSTextTabType {
|
||||
NSLeftTabStopType = 0,
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#ifndef _GNUstep_H_NSTextStorage
|
||||
#define _GNUstep_H_NSTextStorage
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/NSStringDrawing.h>
|
||||
#include <AppKit/AppKitDefines.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <AppKit/NSParagraphStyle.h>
|
||||
|
||||
@implementation NSTextTab
|
||||
|
|
|
@ -34,13 +34,13 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/NSCell.h>
|
||||
#include <AppKit/NSFileWrapper.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
#include <AppKit/NSTextContainer.h>
|
||||
#include <AppKit/NSTextAttachment.h>
|
||||
#include <AppKit/NSTextView.h>
|
||||
|
||||
|
||||
@implementation NSTextAttachmentCell
|
||||
|
|
Loading…
Reference in a new issue