summaryrefslogtreecommitdiff
path: root/src/iterator.c
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2014-03-31 13:31:01 -0700
committerRussell Belfer <rb@github.com>2014-03-31 13:31:01 -0700
commit7dcd42a55f5fdc61e8e8de472ec54ccc0613e23c (patch)
treeb5360032f1fee25f32d05df807359b7430047b29 /src/iterator.c
parentc856f8c503a59ab6c8cc974d467aa2fcf509fd9b (diff)
downloadlibgit2-7dcd42a55f5fdc61e8e8de472ec54ccc0613e23c.tar.gz
Cleanups
Diffstat (limited to 'src/iterator.c')
-rw-r--r--src/iterator.c2
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 { \