Index: mojo/public/python/mojo/c_core.pxd |
diff --git a/mojo/public/python/mojo/c_core.pxd b/mojo/public/python/mojo/c_core.pxd |
index 35f19c710ef4d34c6489e929dd65661e57ff7902..f24b1ca9033e1c51d534ba9769fa49e9a94a3d84 100644 |
--- a/mojo/public/python/mojo/c_core.pxd |
+++ b/mojo/public/python/mojo/c_core.pxd |
@@ -13,15 +13,6 @@ from cpython.buffer cimport PyObject_GetBuffer |
from cpython.mem cimport PyMem_Malloc, PyMem_Free |
from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t |
-cdef extern from "third_party/cython/python_export.h": |
- pass |
- |
-cdef extern from "mojo/public/platform/native/system_thunks.h" nogil: |
- cdef struct MojoSystemThunks: |
- pass |
- |
-cdef extern size_t MojoSetSystemThunks(const MojoSystemThunks* system_thunks) |
- |
cdef extern from "mojo/public/c/system/core.h" nogil: |
# types.h |
ctypedef int64_t MojoTimeTicks |