X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1e4ec87317aa33fae6dbd8c55fbc699432d0026..9c8cfcb9c56798ebd29184e40227451a194c0c49:/src/xrc/xh_radbx.cpp diff --git a/src/xrc/xh_radbx.cpp b/src/xrc/xh_radbx.cpp index 066f397d1e..7bc108302e 100644 --- a/src/xrc/xh_radbx.cpp +++ b/src/xrc/xh_radbx.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_radbx.cpp +// Name: src/xrc/xh_radbx.cpp // Purpose: XRC resource for wxRadioBox // Author: Bob Mitchell // Created: 2000/03/21 @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_radbx.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -22,8 +18,12 @@ #if wxUSE_XRC && wxUSE_RADIOBOX #include "wx/xrc/xh_radbx.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" +#endif + #include "wx/radiobox.h" -#include "wx/intl.h" IMPLEMENT_DYNAMIC_CLASS(wxRadioBoxXmlHandler, wxXmlResourceHandler)