diff options
Diffstat (limited to 'src/patch.c')
-rw-r--r-- | src/patch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patch.c b/src/patch.c index 519cbb872..5e329518d 100644 --- a/src/patch.c +++ b/src/patch.c @@ -5,10 +5,10 @@ * a Linking Exception. For full terms see the included COPYING file. */ -#include "git2/patch.h" -#include "diff.h" #include "patch.h" +#include "git2/patch.h" +#include "diff.h" int git_patch__invoke_callbacks( git_patch *patch, |