summaryrefslogtreecommitdiffstats
path: root/cython/imobiledevice.pxd
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-27 15:07:05 +0100
committerGravatar Martin Szulecki2013-02-27 15:07:05 +0100
commit86cc3f0d16643a04e40c14de3f8b7aab2222b3fc (patch)
tree5fb1456fb1aa85a73bb8ed492c92a450d7cd36bc /cython/imobiledevice.pxd
parent7adb1424926e4e4777092fed2dbc9c3b8d68e983 (diff)
downloadlibimobiledevice-86cc3f0d16643a04e40c14de3f8b7aab2222b3fc.tar.gz
libimobiledevice-86cc3f0d16643a04e40c14de3f8b7aab2222b3fc.tar.bz2
cython: Remove custom stdint.pxi and use libc.stdint cimport instead
Diffstat (limited to 'cython/imobiledevice.pxd')
-rw-r--r--cython/imobiledevice.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd
index 3ec8dfb..cd17061 100644
--- a/cython/imobiledevice.pxd
+++ b/cython/imobiledevice.pxd
@@ -1,6 +1,6 @@
cimport plist
-include "stdint.pxi"
+from libc.stdint cimport *
cdef extern from "pyerrors.h":
ctypedef class __builtin__.Exception [object PyBaseExceptionObject]: