]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Shuffled include's around (name conflict on Mac wrt teclick())
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 14 Aug 1995 12:17:18 +0000 (12:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 14 Aug 1995 12:17:18 +0000 (12:17 +0000)
Modules/stdwinmodule.c

index 675b959b7b9ce4bdd69ac2d75b4890f4b640acca..7ada57ac038d012e78d55b289f03265b82dc7587 100644 (file)
@@ -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 {