summaryrefslogtreecommitdiff
path: root/Python/mysnprintf.c
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-07 22:55:31 +0000
committerEric Smith <eric@trueblade.com>2009-04-07 22:55:31 +0000
commit11d2b22c90b07e09c10f526f15827ce23e911061 (patch)
tree01be9c5e1c7edf3bb4006c190588a60c632648a4 /Python/mysnprintf.c
parent0d7b38d2482a86803be74762040854d58531b212 (diff)
downloadcpython-11d2b22c90b07e09c10f526f15827ce23e911061.tar.gz
Removed unused #include.
Diffstat (limited to 'Python/mysnprintf.c')
-rw-r--r--Python/mysnprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/mysnprintf.c b/Python/mysnprintf.c
index 3173863c46..8cd412fb3f 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