Include git2.h is enough
This commit is contained in:
11
c_src/geef.c
11
c_src/geef.c
@@ -1,16 +1,7 @@
|
|||||||
#include "erl_nif.h"
|
#include "erl_nif.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <git2/commit.h>
|
#include <git2.h>
|
||||||
#include <git2/tag.h>
|
|
||||||
#include <git2/common.h>
|
|
||||||
#include <git2/errors.h>
|
|
||||||
#include <git2/index.h>
|
|
||||||
#include <git2/odb.h>
|
|
||||||
#include <git2/oid.h>
|
|
||||||
#include <git2/revwalk.h>
|
|
||||||
#include <git2/repository.h>
|
|
||||||
#include <git2/zlib.h>
|
|
||||||
|
|
||||||
#define MAXBUFLEN 1024
|
#define MAXBUFLEN 1024
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user