]> granicus.if.org Git - python/commitdiff
Removed unused #include.
authorEric Smith <eric@trueblade.com>
Tue, 7 Apr 2009 22:55:31 +0000 (22:55 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 7 Apr 2009 22:55:31 +0000 (22:55 +0000)
Python/mysnprintf.c

index 3173863c466f6aa16b3e1f682ee46de63f152c47..8cd412fb3f7a0bcee41ad5b0111f043fd63cfb34 100644 (file)
@@ -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