X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..0ce8e27f685bf14f9e37130b3ee9ac9b8b7d692a:/include/wx/textdlg.h?ds=inline 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_