/////////////////////////////////////////////////////////////////////////////
-// Name: textdlg.h
+// Name: wx/textdlg.h
// Purpose: wxTextEntryDialog class
// Author: Julian Smart
// Modified by:
#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_