From a51d98ffc06de4d5d390a01da13c5d2c54ee7f4d Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Tue, 7 Apr 2009 22:55:31 +0000 Subject: [PATCH] Removed unused #include. --- Python/mysnprintf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/mysnprintf.c b/Python/mysnprintf.c index 3173863c466..8cd412fb3f7 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