mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
removed unnecessary include
This commit is contained in:
parent
f4ef11659c
commit
be9f219e40
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue