From: Eric Smith Date: Tue, 7 Apr 2009 22:55:31 +0000 (+0000) Subject: Removed unused #include. X-Git-Tag: v3.1b1~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a51d98ffc06de4d5d390a01da13c5d2c54ee7f4d;p=python Removed unused #include. --- 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 /* 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