From: Fredrik Lundh Date: Fri, 26 May 2006 18:05:34 +0000 (+0000) Subject: removed unnecessary include X-Git-Tag: v2.5b1~447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be9f219e40fb0b817bd248234a0b89727b1295e3;p=thirdparty%2FPython%2Fcpython.git removed unnecessary include --- diff --git a/Objects/stringlib/partition.h b/Objects/stringlib/partition.h index 498bc196ff6b..38afb3387b29 100644 --- a/Objects/stringlib/partition.h +++ b/Objects/stringlib/partition.h @@ -3,8 +3,6 @@ #ifndef STRINGLIB_PARTITION_H #define STRINGLIB_PARTITION_H -#include "stringlib/fastsearch.h" - Py_LOCAL(PyObject*) partition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)