blob: 6624a3e24af09a12acd9b5b98c3109fca580410e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef INCLUDE_common_h__
#define INCLUDE_common_h__
#include "cc-compat.h"
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "git/common.h"
#endif /* INCLUDE_common_h__ */
|