summaryrefslogtreecommitdiff
path: root/support/dktools/dk3.h
blob: bb49ac3c71a540bc576153439540f41e327ffb96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

/**	@file	dk3.h	Include minimum headers for dk3 library.
 */

#ifndef DK3_H_INCLUDED
#define DK3_H_INCLUDED 1

#include <dk3conf.h>
#include <dk3types.h>
#include <dk3const.h>

#endif