/* File: includes.h Author: R. P. Futrelle Date: 8/4/98 Notice: Copyright 1998 by R. P. Futrelle and the College of Computer Science, Northeastern University Class: COM1204, Object-Oriented Design, Summer 1998. Proj: PS2.µ Metrowerks Code Warrior Mac. Done in IDE version 2.0.1. Purpose: Included in every .cp file in project. Collects together all includes. Modification history: 8/1/98: RPF. Started. 8/4/98: RPF. Added stdlib.h for rand() and srand(). */ #include #include #include #include #include #include "declares.h" #include "globals.h" #include "super.h" #include "phone.h" #include "switch.h" #include "link.h" #include "packet.h" #include "misc.h" #include "system.h" #include "log.h"