summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-10-04 21:11:51 +0200
committerVicent Marti <tanoku@gmail.com>2011-10-05 16:21:16 -0400
commitc060854ed5b42b76eda40e290851a315dbbaea04 (patch)
tree18361559cf0cbcbc915273284277e6b00f7d9a46 /src/common.h
parent72d6a20be073c2854cca220c851c977171a5a465 (diff)
downloadlibgit2-c060854ed5b42b76eda40e290851a315dbbaea04.tar.gz
msvc: Properly handle inttypes.h/stdint.h
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index f4ea1ebf7..f7a41d47e 100644
--- a/src/common.h
+++ b/src/common.h
@@ -11,9 +11,6 @@
#include "git2/thread-utils.h"
#include "cc-compat.h"
-#ifdef GIT_HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
#include <assert.h>
#include <errno.h>
#include <limits.h>