diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2017-08-15 10:35:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-15 10:35:47 -0700 |
| commit | 1560b5808e71af170d3a0c09f35cab7e973df5a5 (patch) | |
| tree | 9a6dced7d29678142fe24bb6c7271b859899ed33 /src/diff.c | |
| parent | 6be167f13076294721b8707197ce2d049313fb0b (diff) | |
| parent | 0c7f49dd4316b332f30b4ea72a657bace41e1245 (diff) | |
| download | libgit2-1560b5808e71af170d3a0c09f35cab7e973df5a5.tar.gz | |
Merge pull request #4288 from pks-t/pks/include-fixups
Include fixups
Diffstat (limited to 'src/diff.c')
| -rw-r--r-- | src/diff.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/diff.c b/src/diff.c index bc4074398..895cdae68 100644 --- a/src/diff.c +++ b/src/diff.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 "git2/version.h" -#include "common.h" + #include "diff.h" + +#include "git2/version.h" #include "diff_generate.h" #include "patch.h" #include "commit.h" |
