/***************************************************************************
 * gst.c
 *
 * All the includes for Erase.c
 * All in this file to make GST creation easier.
 *
 * August 1995, ŠLee Kindness. All rights reserved.
 *
 */

/* Amiga headers */
#include <exec/types.h>
#include <exec/memory.h>
#include <dos/dosasl.h>

/* Amiga prototypes and pragmas */
#include <proto/dos.h>
#include <proto/exec.h>

/* ANSI C stuff */
#include <string.h>
