diff options
Diffstat (limited to 'src/diff_parse.c')
-rw-r--r-- | src/diff_parse.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/diff_parse.c b/src/diff_parse.c index 5e3a7a177..78da3b675 100644 --- a/src/diff_parse.c +++ b/src/diff_parse.c @@ -4,9 +4,10 @@ * 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 "diff.h" + #include "diff_parse.h" + +#include "diff.h" #include "patch.h" #include "patch_parse.h" |