From dbd7540a0476118a831cdc326dc7471f86fb1b9c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 28 Dec 2017 20:50:49 +0300 Subject: Removed duplicate declaration. --- src/nxt_python_wsgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_python_wsgi.c') diff --git a/src/nxt_python_wsgi.c b/src/nxt_python_wsgi.c index ae0a60d9..ccdf49a5 100644 --- a/src/nxt_python_wsgi.c +++ b/src/nxt_python_wsgi.c @@ -13,7 +13,7 @@ #include #include -#include +#include /* * According to "PEP 3333 / A Note On String Types" -- cgit