projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ba2b8
)
compilation fix for compilers without PCH
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 26 Jan 2000 13:41:59 +0000
(13:41 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 26 Jan 2000 13:41:59 +0000
(13:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5675
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/dib.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/dib.cpp
b/src/msw/dib.cpp
index a62948302212ef72720a89b97c62d1d51e7d1363..47c855e7665bd3cbb016f3afe9f296aa12ab1e98 100644
(file)
--- a/
src/msw/dib.cpp
+++ b/
src/msw/dib.cpp
@@
-33,9
+33,9
@@
#endif
#ifndef WX_PRECOMP
-#include "wx/setup.h"
-#include "wx/defs.h"
#include "wx/bitmap.h"
+#include "wx/log.h"
+#include "wx/intl.h"
#endif
#include <windows.h>