apply: move patch data to patch_common.h

This commit is contained in:
Edward Thomson 2015-09-16 14:40:44 -04:00 committed by Edward Thomson
parent b85bd8ce66
commit 8bca8b9e03
3 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;