iterator: unused includes removed

This commit is contained in:
Marc Strapetz 2016-03-22 10:29:41 +01:00 committed by Edward Thomson
parent c017c18361
commit f4777058d0

View File

@ -8,10 +8,6 @@
#include "iterator.h"
#include "tree.h"
#include "index.h"
#include "ignore.h"
#include "buffer.h"
#include "submodule.h"
#include <ctype.h>
#define GIT_ITERATOR_FIRST_ACCESS (1 << 15)
#define GIT_ITERATOR_HONOR_IGNORES (1 << 16)