NetBSD-5.0.2/games/phantasia/include.h

Compare this file to the similar file:
Show the results in this format:

/*	$NetBSD: include.h,v 1.5 2004/04/07 17:46:47 ross Exp $	*/

/*
 * include.h - includes all important files for Phantasia
 */

#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

#include "macros.h"
#include "phantdefs.h"
#include "phantstruct.h"
#include "phantglobs.h"
#include "pathnames.h"