From: Alexander Belopolsky Date: Wed, 22 Dec 2010 02:35:20 +0000 (+0000) Subject: Removed unneeded #include X-Git-Tag: v3.2rc1~379 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9cc00caab2d86d73046edec84a140c2a3708e4f;p=thirdparty%2FPython%2Fcpython.git Removed unneeded #include --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 9f109f351c62..456719685d48 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -41,8 +41,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define PY_SSIZE_T_CLEAN #include "Python.h" -#include "bytes_methods.h" - #include "ucnhash.h" #ifdef MS_WINDOWS