From d65101b24bfa8ab59b151d14af79b062d12ba0fa Mon Sep 17 00:00:00 2001 From: Kai Huuhko Date: Mon, 14 Apr 2014 00:50:16 +0300 Subject: Code cleanup: Unused/misplaced cimports --- include/efl.eina.pxd | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/efl.eina.pxd') 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 @@ # along with this Python-EFL. If not, see . from cpython cimport va_list -from libc.stdlib cimport malloc, free -from libc.string cimport memcpy, strdup cdef extern from "time.h": struct tm: -- cgit v1.2.1