diff options
Diffstat (limited to 'examples/for-each-ref.c')
-rw-r--r-- | examples/for-each-ref.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/for-each-ref.c b/examples/for-each-ref.c index eea73d2fc..900792c12 100644 --- a/examples/for-each-ref.c +++ b/examples/for-each-ref.c @@ -1,5 +1,4 @@ #include <git2.h> -#include <stdio.h> #include "common.h" static int show_ref(git_reference *ref, void *data) |