diff options
Diffstat (limited to 'src/describe.c')
| -rw-r--r-- | src/describe.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/describe.c b/src/describe.c index 4a1e25378..edf8edfd1 100644 --- a/src/describe.c +++ b/src/describe.c @@ -4,12 +4,14 @@ * 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 "common.h" + #include "git2/describe.h" #include "git2/strarray.h" #include "git2/diff.h" #include "git2/status.h" -#include "common.h" #include "commit.h" #include "commit_list.h" #include "oidmap.h" |
