Skip to content

Commit a51d98f

Browse files
committed
Removed unused #include.
1 parent fdb12a3 commit a51d98f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/mysnprintf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "Python.h"
2-
#include <ctype.h>
32

43
/* snprintf() wrappers. If the platform has vsnprintf, we use it, else we
54
emulate it in a half-hearted way. Even if the platform has it, we wrap

0 commit comments

Comments
 (0)