From 7229ee78a070d25ff6174f64c3a67a110368d512 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 4 Jan 2012 17:17:13 +0100 Subject: remove dependency of other .pxd files on cstd.pxd --- src/lxml/python.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lxml/python.pxd') diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd index 19e493a6..4f065ae2 100644 --- a/src/lxml/python.pxd +++ b/src/lxml/python.pxd @@ -1,4 +1,4 @@ -from cstd cimport FILE +from libc.stdio cimport FILE cimport cython cdef extern from "Python.h": -- cgit v1.2.1