X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1e4ec87317aa33fae6dbd8c55fbc699432d0026..e051d008eb8991b520fcddcffadeefbc39e42681:/src/xrc/xh_combo.cpp?ds=inline diff --git a/src/xrc/xh_combo.cpp b/src/xrc/xh_combo.cpp index 16b11715a6..c7a2e255eb 100644 --- a/src/xrc/xh_combo.cpp +++ b/src/xrc/xh_combo.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_combo.cpp +// Name: src/xrc/xh_combo.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_combo.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -22,8 +18,12 @@ #if wxUSE_XRC && wxUSE_COMBOBOX #include "wx/xrc/xh_combo.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" +#endif + #include "wx/combobox.h" -#include "wx/intl.h" IMPLEMENT_DYNAMIC_CLASS(wxComboBoxXmlHandler, wxXmlResourceHandler)