removed duplicate wx/msw/debughlp.h include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d230c01b47
commit
7b1c346952
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user