Remove redundant basedefinitions

This commit is contained in:
Niels Müller
2016-09-27 13:59:52 +02:00
parent 80e0519942
commit db06925a0d

View File

@ -2,13 +2,10 @@
from libc.stdint cimport int64_t 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": cdef extern from "gromacs/utility/basedefinitions.h":
ctypedef int gmx_bool ctypedef int gmx_bool
ctypedef __int64 gmx_int64_t ctypedef int64_t gmx_int64_t
cdef extern from "gromacs/utility/real.h": cdef extern from "gromacs/utility/real.h":
ctypedef double real ctypedef double real