mirror of https://github.com/python/cpython
Shuffled include's around (name conflict on Mac wrt teclick())
This commit is contained in:
parent
9d19a914d0
commit
dc977a99e0
|
@ -67,6 +67,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "modsupport.h"
|
||||
#include "ceval.h"
|
||||
#include "sysmodule.h"
|
||||
#ifdef macintosh
|
||||
#include "macglue.h"
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
#include ":::stdwin:H:stdwin.h"
|
||||
|
@ -104,10 +107,6 @@ static type_lock StdwinLock; /* Lock held when interpreter not locked */
|
|||
|
||||
static object *StdwinError; /* Exception stdwin.error */
|
||||
|
||||
#ifdef macintosh
|
||||
#include "macglue.h"
|
||||
#endif
|
||||
|
||||
/* Window and menu object types declared here because of forward references */
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue