diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-05-01 12:39:48 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-06-05 07:17:15 +0100 |
commit | 06d69dfcfdfa4eb08cb402ed3a55091eb7d2b97b (patch) | |
tree | 0690f9f57d0c9eecf42f679f181022f87b85706e /tests/diff/parse.c | |
parent | 2f8d0cf243a13bb5242f686a092d7b8ef411d4db (diff) | |
download | libgit2-ethomson/diff_parse.tar.gz |
diff::parse: don't include `diff.h`ethomson/diff_parse
We don't call any internal functions in the test; we don't need to
include `../src/diff.h`.
Diffstat (limited to 'tests/diff/parse.c')
-rw-r--r-- | tests/diff/parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/diff/parse.c b/tests/diff/parse.c index b004d1e23..7cc5433fb 100644 --- a/tests/diff/parse.c +++ b/tests/diff/parse.c @@ -2,7 +2,6 @@ #include "patch.h" #include "patch_parse.h" #include "diff_helpers.h" -#include "../src/diff.h" #include "../patch/patch_common.h" |