summaryrefslogtreecommitdiff
path: root/include/python2.7/enumobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/python2.7/enumobject.h')
-rw-r--r--include/python2.7/enumobject.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/python2.7/enumobject.h b/include/python2.7/enumobject.h
deleted file mode 100644
index c14dbfc..0000000
--- a/include/python2.7/enumobject.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef Py_ENUMOBJECT_H
-#define Py_ENUMOBJECT_H
-
-/* Enumerate Object */
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-PyAPI_DATA(PyTypeObject) PyEnum_Type;
-PyAPI_DATA(PyTypeObject) PyReversed_Type;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* !Py_ENUMOBJECT_H */