////////////////////////////////////////////////////////////////////////////////
//
// 
//
////////////////////////////////////////////////////////////////////////////////
#ifndef __DHEAD_H
#define __DHEAD_H

#ifndef VCL_H
#include <vcl.h>
#endif

#ifndef __WINDOWS_
#include <windows.h>
#endif

#ifndef __STDIO_H
#include <stdio.h>
#endif

#ifndef  __MATH_H
#include <math.h>
#endif

#ifndef __LIBOLD_H
#include <libold.h>
#endif

#ifndef __LIBDB_H
#include <libdb.h>
#endif

#endif

