/*
**      $VER: akccplus_all.h 37.1 (6.9.96)
**
**      main include for akccplus.library
**
**      (C) Copyright 1989-96 Andreas R. Kleinert
**      All Rights Reserved.
*/

#ifndef AKCCPLUS_AKCCPLUS_ALL_H
#define AKCCPLUS_AKCCPLUS_ALL_H

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <dos/dosextens.h>
#include <exec/memory.h>

#include <dos.h>

#include <proto/dos.h>
#include <proto/exec.h>

#ifndef AKCCPLUS_AKCCPLUS_H
#include <akccplus/akccplus.h>
#endif /* AKCCPLUS_AKCCPLUS_H */

#endif /* AKCCPLUS_AKCCPLUS_ALL_H */
