[Python-checkins] r87435 - python/branches/py3k/Objects/unicodeobject.c

alexander.belopolsky python-checkins at python.org
Wed Dec 22 03:35:20 CET 2010


Author: alexander.belopolsky
Date: Wed Dec 22 03:35:20 2010
New Revision: 87435

Log:
Removed unneeded #include

Modified:
   python/branches/py3k/Objects/unicodeobject.c

Modified: python/branches/py3k/Objects/unicodeobject.c
==============================================================================
--- python/branches/py3k/Objects/unicodeobject.c	(original)
+++ python/branches/py3k/Objects/unicodeobject.c	Wed Dec 22 03:35:20 2010
@@ -41,8 +41,6 @@
 
 #define PY_SSIZE_T_CLEAN
 #include "Python.h"
-#include "bytes_methods.h"
-
 #include "ucnhash.h"
 
 #ifdef MS_WINDOWS


More information about the Python-checkins mailing list