diff options
| author | 2013-02-27 15:07:05 +0100 | |
|---|---|---|
| committer | 2013-02-27 15:07:05 +0100 | |
| commit | 86cc3f0d16643a04e40c14de3f8b7aab2222b3fc (patch) | |
| tree | 5fb1456fb1aa85a73bb8ed492c92a450d7cd36bc /cython/imobiledevice.pxd | |
| parent | 7adb1424926e4e4777092fed2dbc9c3b8d68e983 (diff) | |
| download | libimobiledevice-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.pxd | 2 |
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 @@ | |||
| 1 | cimport plist | 1 | cimport plist |
| 2 | 2 | ||
| 3 | include "stdint.pxi" | 3 | from libc.stdint cimport * |
| 4 | 4 | ||
| 5 | cdef extern from "pyerrors.h": | 5 | cdef extern from "pyerrors.h": |
| 6 | ctypedef class __builtin__.Exception [object PyBaseExceptionObject]: | 6 | ctypedef class __builtin__.Exception [object PyBaseExceptionObject]: |
