X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25889d3c43f537fea00a2b7d6df7bd7e63e113f8..125ccda1967a6859ac11beec1a932dc967c22b65:/src/msw/dummy.cpp?ds=sidebyside diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index c21e7df120..b4a58ed66a 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -26,13 +26,5 @@ #pragma hdrstop #endif -#include - #include "wx/msw/msvcrt.h" -// Foils optimizations in Visual C++ (see also app.cpp). Without it, -// dummy.obj isn't linked and we get a linker error. -#if defined(__VISUALC__) - char wxDummyChar = 0; -#endif -