Removed unused #include.

This commit is contained in:
Eric Smith 2009-04-07 22:55:31 +00:00
parent fdb12a3fac
commit a51d98ffc0

View 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