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 similarity index 100% rename from tests/apply/apply_common.h rename to tests/patch/patch_common.h