From 11d2b22c90b07e09c10f526f15827ce23e911061 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Tue, 7 Apr 2009 22:55:31 +0000 Subject: Removed unused #include. --- Python/mysnprintf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/mysnprintf.c') 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 -- cgit v1.2.1