summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-07 22:55:31 (GMT)
committerEric Smith <eric@trueblade.com>2009-04-07 22:55:31 (GMT)
commita51d98ffc06de4d5d390a01da13c5d2c54ee7f4d (patch)
tree42180d126b8f95ae49d5c9eaf70cd5f86893df0c /Python
parentfdb12a3facd63f8df33dc74cd86a48c7aeb5e9ca (diff)
downloadcpython-a51d98ffc06de4d5d390a01da13c5d2c54ee7f4d.zip
cpython-a51d98ffc06de4d5d390a01da13c5d2c54ee7f4d.tar.gz
cpython-a51d98ffc06de4d5d390a01da13c5d2c54ee7f4d.tar.bz2
Removed unused #include.
Diffstat (limited to 'Python')
-rw-r--r--Python/mysnprintf.c1
1 files changed, 0 insertions, 1 deletions
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