X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc5414a1c6c55fcf9fd7f5bffb09b9b9eaf1d4bf..3c029873c66cfdc0dcbf52958970273435ba02fc:/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_