// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "msgdlgg.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include "wx/icon.h"
#include "wx/sizer.h"
#include "wx/app.h"
+ #include "wx/settings.h"
#endif
#include <stdio.h>
#define __WX_COMPILING_MSGDLGG_CPP__ 1
#include "wx/msgdlg.h"
#include "wx/artprov.h"
-#include "wx/settings.h"
#if wxUSE_STATLINE
- #include "wx/statline.h"
+ #include "wx/statline.h"
#endif
// ----------------------------------------------------------------------------
}
#endif // wxUSE_MSGDLG && !defined(__WXGTK20__)
-