diff options
| author | Vicent Martà <vicent@github.com> | 2013-06-12 14:52:47 -0700 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2013-06-12 14:52:47 -0700 |
| commit | 93da7af707f7d6e9c466a319a7fa437883da7793 (patch) | |
| tree | 48f6d384f1ec242581a60528790e969dbf94eb06 /src/diff_tform.c | |
| parent | 5438e9c2b8eeb79c5580c576da6e110aa0cd2e59 (diff) | |
| parent | 360f42f4b3f5de31270416220bd799b951202b2d (diff) | |
| download | libgit2-93da7af707f7d6e9c466a319a7fa437883da7793.tar.gz | |
Merge pull request #1642 from arrbee/diff-function-context
Diff code reorg plus function context in diff headers
Diffstat (limited to 'src/diff_tform.c')
| -rw-r--r-- | src/diff_tform.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/diff_tform.c b/src/diff_tform.c index bc3acae1d..597c240ae 100644 --- a/src/diff_tform.c +++ b/src/diff_tform.c @@ -5,10 +5,14 @@ * a Linking Exception. For full terms see the included COPYING file. */ #include "common.h" -#include "diff.h" + #include "git2/config.h" #include "git2/blob.h" + +#include "diff.h" #include "hashsig.h" +#include "path.h" +#include "fileops.h" static git_diff_delta *diff_delta__dup( const git_diff_delta *d, git_pool *pool) |
