diff options
author | Russell Belfer <rb@github.com> | 2014-03-31 13:31:01 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2014-03-31 13:31:01 -0700 |
commit | 7dcd42a55f5fdc61e8e8de472ec54ccc0613e23c (patch) | |
tree | b5360032f1fee25f32d05df807359b7430047b29 /src/iterator.c | |
parent | c856f8c503a59ab6c8cc974d467aa2fcf509fd9b (diff) | |
download | libgit2-7dcd42a55f5fdc61e8e8de472ec54ccc0613e23c.tar.gz |
Cleanups
Diffstat (limited to 'src/iterator.c')
-rw-r--r-- | src/iterator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iterator.c b/src/iterator.c index 1276903a7..a7a44914c 100644 --- a/src/iterator.c +++ b/src/iterator.c @@ -10,7 +10,7 @@ #include "index.h" #include "ignore.h" #include "buffer.h" -#include "git2/submodule.h" +#include "submodule.h" #include <ctype.h> #define ITERATOR_SET_CB(P,NAME_LC) do { \ |