removed unnecessary include

This commit is contained in:
Fredrik Lundh 2006-05-26 18:05:34 +00:00
parent f4ef11659c
commit be9f219e40
1 changed files with 0 additions and 2 deletions

View 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)