]> granicus.if.org Git - python/commitdiff
Removed unneeded #include
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 22 Dec 2010 02:35:20 +0000 (02:35 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 22 Dec 2010 02:35:20 +0000 (02:35 +0000)
Objects/unicodeobject.c

index 9f109f351c6212898809e5367504fa9a420c07d8..456719685d48db4c03a74bb25fc4011b50b9ae47 100644 (file)
@@ -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