some app.h cleanup: minimize includes, use static cast

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-09-09 17:29:19 +00:00
parent 916eecaad6
commit 5ff14574fc
9 changed files with 38 additions and 30 deletions

View File

@@ -16,6 +16,8 @@
#if wxUSE_IMAGE
#include "wx/imagbmp.h"
#ifndef WX_PRECOMP
#ifdef __WXMSW__
#include "wx/msw/wrapwin.h"
@@ -23,13 +25,12 @@
#include "wx/log.h"
#include "wx/app.h"
#include "wx/bitmap.h"
#include "wx/module.h"
#include "wx/palette.h"
#include "wx/intl.h"
#endif
#include "wx/imagbmp.h"
#include "wx/filefn.h"
#include "wx/wfstream.h"
#include "wx/intl.h"
#include "wx/quantize.h"
// For memcpy