diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2014-04-14 00:50:16 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2014-04-14 00:51:19 +0300 |
commit | d65101b24bfa8ab59b151d14af79b062d12ba0fa (patch) | |
tree | 866eb984452637f83a6cad9211a119ec92fb2123 /include/efl.eina.pxd | |
parent | 929812e39e816c3f641bf8c030f6609aa4496923 (diff) |
Code cleanup: Unused/misplaced cimports
Diffstat (limited to 'include/efl.eina.pxd')
-rw-r--r-- | include/efl.eina.pxd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/efl.eina.pxd b/include/efl.eina.pxd index cc0e0b9..e0c7e0d 100644 --- a/include/efl.eina.pxd +++ b/include/efl.eina.pxd | |||
@@ -16,8 +16,6 @@ | |||
16 | # along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | ||
18 | from cpython cimport va_list | 18 | from cpython cimport va_list |
19 | from libc.stdlib cimport malloc, free | ||
20 | from libc.string cimport memcpy, strdup | ||
21 | 19 | ||
22 | cdef extern from "time.h": | 20 | cdef extern from "time.h": |
23 | struct tm: | 21 | struct tm: |