diff options
-rw-r--r-- | tests/apply/fromdiff.c | 2 | ||||
-rw-r--r-- | tests/apply/fromfile.c | 2 | ||||
-rw-r--r-- | tests/patch/patch_common.h (renamed from tests/apply/apply_common.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/apply/fromdiff.c b/tests/apply/fromdiff.c index ae37d0719..349773964 100644 --- a/tests/apply/fromdiff.c +++ b/tests/apply/fromdiff.c @@ -5,7 +5,7 @@ #include "repository.h" #include "buf_text.h" -#include "apply_common.h" +#include "../patch/patch_common.h" static git_repository *repo = NULL; static git_diff_options binary_opts = GIT_DIFF_OPTIONS_INIT; diff --git a/tests/apply/fromfile.c b/tests/apply/fromfile.c index 14b5e9a9e..acb635962 100644 --- a/tests/apply/fromfile.c +++ b/tests/apply/fromfile.c @@ -5,7 +5,7 @@ #include "repository.h" #include "buf_text.h" -#include "apply_common.h" +#include "../patch/patch_common.h" static git_repository *repo = NULL; diff --git a/tests/apply/apply_common.h b/tests/patch/patch_common.h index f4cb2ff84..f4cb2ff84 100644 --- a/tests/apply/apply_common.h +++ b/tests/patch/patch_common.h |