precompiled.h 331 Bytes
Newer Older
1 2
#include "common.h"

3 4 5 6 7
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
8 9
#include <fcntl.h>
#include <time.h>
Edward Thomson committed
10
#include <stdarg.h>
11 12 13 14 15 16 17

#include <sys/types.h>
#include <sys/stat.h>

#include <io.h>
#include <direct.h>
#ifdef GIT_THREADS
18
 #include "win32/thread.h"
19
#endif
Edward Thomson committed
20 21

#include "git2.h"