summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-05-01 12:39:48 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-06-05 07:17:15 +0100
commit06d69dfcfdfa4eb08cb402ed3a55091eb7d2b97b (patch)
tree0690f9f57d0c9eecf42f679f181022f87b85706e
parent2f8d0cf243a13bb5242f686a092d7b8ef411d4db (diff)
downloadlibgit2-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`.
-rw-r--r--tests/diff/parse.c1
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"