* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* -------------------------------------------------------------------- */
-#include "ctype.h"
+#include <ctype.h>
/* === Internal API ======================================================= */
# ifdef _HAVE_BSDI
# include <time.h>
# endif
-# include "wchar.h"
+# include <wchar.h>
#endif
/*
#if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)
-#include "wctype.h"
+#include <wctype.h>
#define Py_UNICODE_ISSPACE(ch) iswspace(ch)