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 fe10fff4286d660b841517787fd3c700158ff842..6e3b44a91a05153b1957cee6bb241667e84a6c2f 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 |