diff options
Diffstat (limited to 'src/repository.c')
| -rw-r--r-- | src/repository.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/repository.c b/src/repository.c index 71f77bab9..fe549e6e8 100644 --- a/src/repository.c +++ b/src/repository.c @@ -4,6 +4,9 @@ * 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 "repository.h" + #include <ctype.h> #include "git2/object.h" @@ -11,7 +14,6 @@ #include "git2/sys/repository.h" #include "common.h" -#include "repository.h" #include "commit.h" #include "tag.h" #include "blob.h" |
