/*
Auto:		smake MCalc
*/


/* $Revision Header built automatically *************** (do not edit) ************
**
** © Copyright by GuntherSoft
**
** File             : SnakeSYS:CPrgs/MUICalc/MCalc_gst.c
** Created on       : Saturday, 02.10.93 02:15:51
** Created by       : Kai Iske
** Current revision : V1.0
**
**
** Purpose
** -------
**   - PreInclude File for MCalc
**
** Revision V1.0
** --------------
** created on Saturday, 02.10.93 02:15:51  by  Kai Iske.   LogMessage :
**     --- Initial release ---
**
*********************************************************************************/


#include	<math.h>
#include	<stdlib.h>
#include	<stdio.h>
#include	<string.h>

#include	<exec/types.h>
#include	<exec/memory.h>
#include	<intuition/intuition.h>
#include	<graphics/gfx.h>
#include	<libraries/mui.h>
#include	<libraries/gadtools.h>
#include	<libraries/iffparse.h>
#include	<utility/utility.h>
#include	<utility/hooks.h>
#include	<workbench/icon.h>
#include	<clib/alib_protos.h>
#include	<proto/exec.h>
#include	<proto/intuition.h>
#include	<proto/graphics.h>
#include	<proto/utility.h>
#include	<proto/iffparse.h>
#include	<proto/icon.h>
#include	<proto/muimaster.h>
#include	<proto/mathieeedoubbas.h>
#include	<proto/mathieeedoubtrans.h>

#include	"MCalc.h"
