Commit 2af9bcb2 by Ben Straub

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

Speed up build under MSVC
parents 40948998 e12618b1
#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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment