]> git.saurik.com Git - wxWidgets.git/commitdiff
changed image.h include to be correct in all (precomp and non-precomp) cases
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Mar 2002 14:15:07 +0000 (14:15 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Mar 2002 14:15:07 +0000 (14:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/iconbndl.cpp

index 13a5d84d34d57757863bf29fab381f73e26b7b84..479c5dd27ccf08b3788221879a7c860970fc5dc9 100644 (file)
 
 #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"