]> granicus.if.org Git - python/commitdiff
removed unnecessary include
authorFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 18:05:34 +0000 (18:05 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Fri, 26 May 2006 18:05:34 +0000 (18:05 +0000)
Objects/stringlib/partition.h

index 498bc196ff6bc1dd8157f69ce0cd5c4a25f102e5..38afb3387b297a5bb261e861a50be0203ac92fb5 100644 (file)
@@ -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)