Rudiments
datetimeincludes.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#include <rudiments/object.h>
5
6#include <rudiments/environment.h>
7#include <rudiments/bytestring.h>
8
9#ifdef RUDIMENTS_HAVE_WINDOWS_H
10 #define _WINSOCKAPI_
11 #include <windows.h>
12#endif
13#include <time.h>
14#include <sys/types.h>
15#include <rudiments/threadmutex.h>
16
17class datetimeprivate;
Definition avltree.h:11