Add some things to precompiled header

This commit is contained in:
Ben Straub 2013-08-13 09:22:53 -07:00
parent 14da618260
commit e12618b1ec

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>