From: george espinoza <gespinoz2019@xxxxxxxxx> Signed-off-by: george espinoza <gespinoz2019@xxxxxxxxx> --- builtin/merge-ours.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/builtin/merge-ours.c b/builtin/merge-ours.c index 3980f4899a..4594507420 100644 --- a/builtin/merge-ours.c +++ b/builtin/merge-ours.c @@ -11,11 +11,6 @@ #include "git-compat-util.h" #include "builtin.h" #include "diff.h" -#include "parse-options.h" - -/* parse-options.h added to initiate replacement of manual option parsing - * with parse-options. - */ static const char builtin_merge_ours_usage[] = "git merge-ours <base>... -- HEAD <remote>..."; -- gitgitgadget