mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 17:32:03 +00:00
Corrected includes to speed up compilation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb68f59b27
commit
8cd8376db5
3 changed files with 9 additions and 7 deletions
|
@ -29,7 +29,11 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/NSStringDrawing.h>
|
||||
#include <AppKit/NSTextAttachment.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <AppKit/NSColor.h>
|
||||
#include <AppKit/NSFont.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#include <AppKit/NSParagraphStyle.h>
|
||||
#include <AppKit/DPSOperators.h>
|
||||
#include "GSTextStorage.h"
|
||||
|
||||
// For the encoding functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue