Removed unused #include.
diff --git a/Python/mysnprintf.c b/Python/mysnprintf.c
index 3173863..8cd412f 100644
--- a/Python/mysnprintf.c
+++ b/Python/mysnprintf.c
@@ -1,5 +1,4 @@
 #include "Python.h"
-#include <ctype.h>
 
 /* snprintf() wrappers.  If the platform has vsnprintf, we use it, else we
    emulate it in a half-hearted way.  Even if the platform has it, we wrap