summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2016-05-05 02:46:10 +0900
committerINADA Naoki <methane@users.noreply.github.com>2016-05-05 02:46:10 +0900
commita5c8bafad4ae29b0173f20dc1d7027219396f6aa (patch)
tree2bac18ed3b532666f164c7765815ab2b1be030fd
parent5c052264bc52c4bbdb5e5736f4f24834af46b8d6 (diff)
downloadmsgpack-python-a5c8bafad4ae29b0173f20dc1d7027219396f6aa.tar.gz
Remove unused import (#190)
-rw-r--r--msgpack/_packer.pyx3
1 files changed, 0 insertions, 3 deletions
diff --git a/msgpack/_packer.pyx b/msgpack/_packer.pyx
index 3981f20..5c950ce 100644
--- a/msgpack/_packer.pyx
+++ b/msgpack/_packer.pyx
@@ -2,9 +2,6 @@
#cython: embedsignature=True
from cpython cimport *
-from libc.stdlib cimport *
-from libc.string cimport *
-from libc.limits cimport *
from msgpack.exceptions import PackValueError, PackOverflowError
from msgpack import ExtType