From 7b1c346952b36edaf15dcb494512c870567fc66d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 2 Jun 2005 09:14:06 +0000 Subject: [PATCH] removed duplicate wx/msw/debughlp.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 894d6a9772..b333b2fc6c 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -45,7 +45,6 @@ #if defined(__WXMSW__) #include "wx/msw/wrapwin.h" // includes windows.h for MessageBox() - #include "wx/msw/debughlp.h" // includes windows.h for MessageBox() #endif #if wxUSE_FONTMAP @@ -69,7 +68,7 @@ #endif // __WXMAC__ #ifdef __WXDEBUG__ - #ifdef wxUSE_STACKWALKER + #if wxUSE_STACKWALKER #include "wx/stackwalk.h" #ifdef __WXMSW__ #include "wx/msw/debughlp.h" -- 2.45.2