projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
X property data is long for format 32
[wxWidgets.git]
/
src
/
cocoa
/
settings.mm
diff --git
a/src/cocoa/settings.mm
b/src/cocoa/settings.mm
index 192911f6826f57b4f859b0b35b97aedc1440c76b..0b87a457af4782eb8050345a267fe6406687f0ca 100644
(file)
--- a/
src/cocoa/settings.mm
+++ b/
src/cocoa/settings.mm
@@
-11,13
+11,13
@@
#include "wx/wxprec.h"
#include "wx/wxprec.h"
+#include "wx/settings.h"
+
#ifndef WX_PRECOMP
#include "wx/utils.h"
#ifndef WX_PRECOMP
#include "wx/utils.h"
+ #include "wx/gdicmn.h"
#endif
#endif
-#include "wx/settings.h"
-#include "wx/gdicmn.h"
-
#include "wx/cocoa/autorelease.h"
#import <AppKit/NSColor.h>
#include "wx/cocoa/autorelease.h"
#import <AppKit/NSColor.h>