Merge pull request #1779 from ben/win32-precompiled-header-speedup

Speed up build under MSVC
This commit is contained in:
Ben Straub 2013-08-13 11:37:31 -07:00
commit 2af9bcb2db

View File

@ -1,4 +1,5 @@
#include "git2.h"
#include "common.h"
#include <assert.h>
#include <errno.h>
@ -6,6 +7,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>