]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/valtext.cpp
fix wxTimeSpan::Format() for negative spans with 0 hour component (#10055)
[wxWidgets.git] / src / common / valtext.cpp
index 0c1eeaba2df15bfbb65ce34867c3c2405dd1c0d1..8c69b0692be75eb86e2778bd72956ea8555999ee 100644 (file)
 #include <string.h>
 #include <stdlib.h>
 
-#ifdef __SALFORDC__
-    #include <clib.h>
-#endif
-
 IMPLEMENT_DYNAMIC_CLASS(wxTextValidator, wxValidator)
 
 BEGIN_EVENT_TABLE(wxTextValidator, wxValidator)
@@ -84,6 +80,7 @@ wxTextEntry *wxTextValidator::GetTextEntry()
         return (wxTextCtrl*)m_validatorWindow;
     }
 #endif
+
 #if wxUSE_COMBOBOX
     if (m_validatorWindow->IsKindOf(CLASSINFO(wxComboBox)))
     {