/*------------------------------ 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 #include #include #include #include "hardware/intbits.h" #include "hardware/custom.h" #include #include #include "workbench/startup.h" #include "string.h" #include "signal.h" #include "VERSION.h"