diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-01-12 01:42:07 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-01-12 01:44:06 +0200 |
commit | e52e38d3801f194d8c463266f6acb279856ccf8c (patch) | |
tree | 1ab267413a58a96d481bac234aaaa2d4b27a3e7d /src/git2.h | |
parent | f0bde7fac0796bb6d7bfe794bd049041f2133905 (diff) | |
download | libgit2-e52e38d3801f194d8c463266f6acb279856ccf8c.tar.gz |
Move the compat definitions to types.h
Don't need a brand new header for two typedefs when we already have a
types.h header.
Change comment style to ANSI C.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'src/git2.h')
-rw-r--r-- | src/git2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/git2.h b/src/git2.h index fbd972b03..9eb9294df 100644 --- a/src/git2.h +++ b/src/git2.h @@ -27,7 +27,6 @@ #define INCLUDE_git_git_h__ #include "git2/common.h" -#include "git2/compat.h" #include "git2/errors.h" #include "git2/zlib.h" |