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

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

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

#include <regex.h>

#include <io.h>
#include <direct.h>
#ifdef GIT_THREADS
21
 #include "win32/thread.h"
22
#endif
Edward Thomson committed
23 24

#include "git2.h"