summaryrefslogtreecommitdiffstats
path: root/Include/bltinmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/bltinmodule.h')
-rw-r--r--Include/bltinmodule.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Include/bltinmodule.h b/Include/bltinmodule.h
deleted file mode 100644
index 868c9e6..0000000
--- a/Include/bltinmodule.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef Py_BLTINMODULE_H
-#define Py_BLTINMODULE_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-PyAPI_DATA(PyTypeObject) PyFilter_Type;
-PyAPI_DATA(PyTypeObject) PyMap_Type;
-PyAPI_DATA(PyTypeObject) PyZip_Type;
-
-#ifdef __cplusplus
-}
-#endif
-#endif /* !Py_BLTINMODULE_H */