]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
1. changed wxIconBundle to use m_refData and COW to make copying icon bundles
[wxWidgets.git] / src / msw / toplevel.cpp
index 4da7baf52816be25353c11a51a1ace4df437e400..fae5b35149717fe90883e6c671690395543b4bd3 100644 (file)
@@ -27,7 +27,6 @@
 #include "wx/toplevel.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/msw/missing.h"
     #include "wx/app.h"
     #include "wx/dialog.h"
     #include "wx/string.h"
     #if _WIN32_WCE < 400 || !defined(__WINCE_STANDARDSDK__)
         #include <aygshell.h>
     #endif
-    #include "wx/msw/wince/missing.h"
 #endif
 
 #include "wx/msw/winundef.h"
+#include "wx/msw/missing.h"
 
 #include "wx/display.h"