/*------------------------------ i r c . h ---------------------------------*/
/* Include files and variable definitions for irc.c                         */
/*--------------------------------------------------------------------------*/

#include "stdio.h"
#include "stdlib.h"   /* Contains alloc() and free() definitions. */
#include "workbench/workbench.h"
#define INTUITIONPRIVATE   /* Allow access to private parts of IntuitionBase. */
#include "intuition/intuitionbase.h"
#include "graphics/gfxbase.h"
#include "graphics/rastport.h"
#include "proto/all.h"  /* Do I really need this? */
#include "exec/execbase.h"
#include "exec/exec.h"
#include <exec/types.h>
#include <exec/tasks.h>
#include <exec/interrupts.h>
#include <exec/memory.h>
#include "hardware/intbits.h"
#include "hardware/custom.h"
#include <hardware/cia.h>
#include <resources/cia.h>
#include "workbench/startup.h"
#include "string.h"
#include "signal.h"
#include "VERSION.h"

