These are private API; let's name new ones accordingly.
-#ifndef Py_AUDIT_H
-#define Py_AUDIT_H
+#ifndef _Py_AUDIT_H
+#define _Py_AUDIT_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef Py_LIMITED_API
-# define Py_CPYTHON_AUDIT_H
+# define _Py_CPYTHON_AUDIT_H
# include "cpython/audit.h"
-# undef Py_CPYTHON_AUDIT_H
+# undef _Py_CPYTHON_AUDIT_H
#endif
#ifdef __cplusplus
}
#endif
-#endif /* !Py_AUDIT_H */
+#endif /* !_Py_AUDIT_H */
-#ifndef Py_CPYTHON_AUDIT_H
+#ifndef _Py_CPYTHON_AUDIT_H
# error "this header file must not be included directly"
#endif
-#ifndef Py_REFCOUNT_H
-#define Py_REFCOUNT_H
+#ifndef _Py_REFCOUNT_H
+#define _Py_REFCOUNT_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
-#endif // !Py_REFCOUNT_H
+#endif // !_Py_REFCOUNT_H