Commit 76a8c447 by Andreas Ericsson Committed by Shawn O. Pearce

Add internal common.h file

This one pulls in compiler compatibility macros, some
common header files, and also the public common.h header.

C source files are modified to use the private common.h
in favour of the public one.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
parent f501265f
#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__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment