mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
improve includes, stagit-index does not need compat.h
This commit is contained in:
parent
4a93974f52
commit
2f7e7f2503
@ -1,18 +1,13 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <git2.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
static git_repository *repo;
|
||||
|
||||
static const char *relpath = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user