mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +00:00
Use #include not #import to shut up compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12848 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef53921233
commit
cd5c4791ab
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
#error "The OpenStep specification does not define an NSTextContainer class."
|
#error "The OpenStep specification does not define an NSTextContainer class."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
#import <AppKit/NSTextView.h>
|
#include <AppKit/NSTextView.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NSLineSweepLeft,
|
NSLineSweepLeft,
|
||||||
|
|
Loading…
Reference in a new issue