projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
document that GetAttribute's argument must not be NULL
[wxWidgets.git]
/
src
/
os2
/
palette.cpp
diff --git
a/src/os2/palette.cpp
b/src/os2/palette.cpp
index b28c4307d2939d54abd2e0f08fefaf60f35370c3..a579c53803122338fef80136aee09b46b0b5000f 100644
(file)
--- a/
src/os2/palette.cpp
+++ b/
src/os2/palette.cpp
@@
-13,13
+13,11
@@
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/defs.h"
-#include "wx/setup.h"
-#include "wx/string.h"
-#include "wx/os2/private.h"
-#include "wx/palette.h"
-#include "wx/app.h"
+ #include <stdio.h>
+ #include "wx/string.h"
+ #include "wx/os2/private.h"
+ #include "wx/palette.h"
+ #include "wx/app.h"
#endif
#define INCL_PM
#endif
#define INCL_PM