X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..33b3ade5031832ed833c4e118ca4de724bbe7465:/include/wx/textdlg.h diff --git a/include/wx/textdlg.h b/include/wx/textdlg.h index 7eb37741fc..26e322b73b 100644 --- a/include/wx/textdlg.h +++ b/include/wx/textdlg.h @@ -14,10 +14,5 @@ #include "wx/generic/textdlgg.h" -#if WXWIN_COMPATIBILITY_2_4 - // for wxGetNumberFromUser() - #include "wx/numdlg.h" -#endif // WXWIN_COMPATIBILITY_2_4 - #endif // _WX_TEXTDLG_H_BASE_