
/**	@file dk3all.h	Main include file for the dk3 libraries.
Applications using the dk3 libraries should include this file.
*/

#ifndef DK3_ALL_H_INCLUDED
#define DK3_ALL_H_INCLUDED 1

#include <dk3conf.h>

/* all include files */

#include <dk3types.h>
#include <dk3const.h>
#include <dk3inst.h>
#include <dk3mem.h>
#include <dk3bits.h>
#include <dk3ct.h>
#include <dk3ma.h>
#include <dk3dir.h>
#include <dk3str.h>
#include <dk3signl.h>
#include <dk3sf.h>
#include <dk3sto.h>
#include <dk3chks.h>
#include <dk3enc.h>
#include <dk3strm.h>
#include <dk3of.h>
#include <dk3app.h>
#include <dk3srch.h>
#include <dk3paper.h>
#include <dk3bf.h>
#include <dk3uc2l.h>
#include <dk3opt.h>
#include <dk3dbi.h>
#include <dk3ufi.h>
#include <dk3range.h>

#endif
/* ifndef DK3_ALL_H_INCLUDED */

