diff --git a/src/common/filename.cpp b/src/common/filename.cpp index 6434bcbaef..6ffcbf1288 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -100,6 +100,7 @@ #ifdef __WINDOWS__ #include "wx/msw/private.h" + #include // for CLSID_ShellLink #include "wx/msw/missing.h" #endif @@ -1703,13 +1704,6 @@ bool wxFileName::ReplaceHomeDir(wxPathFormat format) // quotation marks." #if defined(__WIN32__) && !defined(__WXWINCE__) && wxUSE_OLE -// The following lines are necessary under WinCE -// #include "wx/msw/private.h" -// #include -#include -#if defined(__WXWINCE__) -#include -#endif bool wxFileName::GetShortcutTarget(const wxString& shortcutPath, wxString& targetFilename,