pystate.h (to be restored later when that code is debugged), removed
accessobject.h.
-#ifndef Py_ALLOBJECTS_H
-#define Py_ALLOBJECTS_H
+#ifndef Py_PYTHON_H
+#define Py_PYTHON_H
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
/***********************************************************
#include "pydebug.h"
-#include "accessobject.h"
#include "intobject.h"
#include "longobject.h"
#include "floatobject.h"
#include "import.h"
#include "bltinmodule.h"
-#include "pystate.h"
-
#include "abstract.h"
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))
#include "pyfpe.h"
-#endif /* !Py_ALLOBJECTS_H */
+#endif /* !Py_PYTHON_H */