From db06925a0dc0605decea81b170568b9a55426d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCller?= Date: Tue, 27 Sep 2016 13:59:52 +0200 Subject: [PATCH] Remove redundant basedefinitions --- pygmx/utility.pxd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pygmx/utility.pxd b/pygmx/utility.pxd index d9c1061..05a45d6 100644 --- a/pygmx/utility.pxd +++ b/pygmx/utility.pxd @@ -2,13 +2,10 @@ from libc.stdint cimport int64_t -#cdef extern from "inttypes.h": -ctypedef unsigned long __int64 -ctypedef int64_t gmx_int64_t cdef extern from "gromacs/utility/basedefinitions.h": ctypedef int gmx_bool - ctypedef __int64 gmx_int64_t + ctypedef int64_t gmx_int64_t cdef extern from "gromacs/utility/real.h": ctypedef double real