Shuffled include's around (name conflict on Mac wrt teclick())

This commit is contained in:
Jack Jansen 1995-08-14 12:17:18 +00:00
parent 9d19a914d0
commit dc977a99e0
1 changed files with 3 additions and 4 deletions

View 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 {