changed image.h include to be correct in all (precomp and non-precomp) cases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2002-03-28 14:15:07 +00:00
parent 32f96f742f
commit d5309f5803

View File

@ -21,12 +21,15 @@
#ifndef WX_PRECOMP
#include "wx/settings.h"
#include "wx/image.h"
#include "wx/icon.h"
#include "wx/log.h"
#include "wx/intl.h"
#endif
#ifndef _WX_IMAGE_H_
#include "wx/image.h"
#endif
#include "wx/iconbndl.h"
#include "wx/arrimpl.cpp"