Commit 06d69dfcfdfa4eb08cb402ed3a55091eb7d2b97b

Edward Thomson 2020-05-01T12:39:48

diff::parse: don't include `diff.h` We don't call any internal functions in the test; we don't need to include `../src/diff.h`.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/diff/parse.c b/tests/diff/parse.c
index b004d1e..7cc5433 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"