X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5774198c7f897ec019b1d22cc787c2909f06cb0d..4997d3014cd76b41f2d4036dfd168ad886972f35:/utils/configtool/src/wxconfigtool.h diff --git a/utils/configtool/src/wxconfigtool.h b/utils/configtool/src/wxconfigtool.h index ef75fb7f99..130bfbeaad 100644 --- a/utils/configtool/src/wxconfigtool.h +++ b/utils/configtool/src/wxconfigtool.h @@ -12,13 +12,12 @@ #ifndef _AP_WXCONFIGTOOL_H_ #define _AP_WXCONFIGTOOL_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "wxconfigtool.cpp" #endif #include "wx/docview.h" #include "wx/help.h" -#include "wx/app.h" #ifdef __WXMSW__ #include "wx/msw/helpchm.h"