Removed unneeded #include
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 9f109f3..4567196 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -41,8 +41,6 @@
 
 #define PY_SSIZE_T_CLEAN
 #include "Python.h"
-#include "bytes_methods.h"
-
 #include "ucnhash.h"
 
 #ifdef MS_WINDOWS