Commit be9f219e authored by Fredrik Lundh's avatar Fredrik Lundh

removed unnecessary include

parent f4ef1165
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
#ifndef STRINGLIB_PARTITION_H #ifndef STRINGLIB_PARTITION_H
#define STRINGLIB_PARTITION_H #define STRINGLIB_PARTITION_H
#include "stringlib/fastsearch.h"
Py_LOCAL(PyObject*) Py_LOCAL(PyObject*)
partition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, 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) PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment