Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-01-12 02:42:07 +0300
committerVicent Marti <tanoku@gmail.com>2011-01-12 02:44:06 +0300
commite52e38d3801f194d8c463266f6acb279856ccf8c (patch)
tree1ab267413a58a96d481bac234aaaa2d4b27a3e7d /src/common.h
parentf0bde7fac0796bb6d7bfe794bd049041f2133905 (diff)
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/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index addad6a98..1ca00471b 100644
--- a/src/common.h
+++ b/src/common.h
@@ -47,7 +47,7 @@ typedef SSIZE_T ssize_t;
#endif
#include "git2/common.h"
-#include "git2/compat.h"
+#include "git2/types.h"
#include "util.h"
#include "thread-utils.h"
#include "bswap.h"