summaryrefslogtreecommitdiff
path: root/src/object.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-02-24 23:32:25 -0800
committerEdward Thomson <ethomson@microsoft.com>2014-02-24 23:32:25 -0800
commit4f46a98b6e419bd98765e18ce7fc64e3562dbd09 (patch)
tree2e4768e803d02eb0814070e08e9fd03b8f2cbb59 /src/object.c
parentab0af298da8c6d96870be06c2497640da9ec6647 (diff)
downloadlibgit2-4f46a98b6e419bd98765e18ce7fc64e3562dbd09.tar.gz
Remove now-duplicated stdarg.h include
Diffstat (limited to 'src/object.c')
-rw-r--r--src/object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object.c b/src/object.c
index 3fc984b45..40cae184f 100644
--- a/src/object.c
+++ b/src/object.c
@@ -4,8 +4,6 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
-#include <stdarg.h>
-
#include "git2/object.h"
#include "common.h"