home *** CD-ROM | disk | FTP | other *** search
- /*
- oakhead.h
-
- % Internal Oakland utility headers that are included in Oakland code.
-
- 11/28/88 by Ted.
-
- OWL 1.1
- Copyright (c) 1988, by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- */
-
- #include <stdio.h>
- #include <string.h>
-
- #include "oakland.h"
-
- #include "ostdlib.h"
-
- #include "oakalloc.h"
- #include "oaktag.h"
- #include "oakerror.h"
- #include "commnobj.h"
- #include "oboxdecl.h"
-
- #include "oakpriv.h"
- #include "oassert.h"
-
-