removed unnecessary include
This commit is contained in:
parent
f4ef11659c
commit
be9f219e40
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue