diff --git a/src/common.h b/src/common.h new file mode 100644 index 000000000..6624a3e24 --- /dev/null +++ b/src/common.h @@ -0,0 +1,11 @@ +#ifndef INCLUDE_common_h__ +#define INCLUDE_common_h__ + +#include "cc-compat.h" +#include +#include +#include +#include + +#include "git/common.h" +#endif /* INCLUDE_common_h__ */