summaryrefslogtreecommitdiff
path: root/src/diff_driver.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-09-11 08:37:12 -0400
committerEdward Thomson <ethomson@github.com>2016-05-26 13:01:04 -0500
commit804d5fe9f59f4d8548da9f650bc43050951f26d7 (patch)
treedcb30d7b1721021d14731eb67a615d9c829f8833 /src/diff_driver.c
parent8d2eef27ffae3fe9cfbaa0c0c16655598b5b1d6b (diff)
downloadlibgit2-804d5fe9f59f4d8548da9f650bc43050951f26d7.tar.gz
patch: abstract patches into diff'ed and parsed
Patches can now come from a variety of sources - either internally generated (from diffing two commits) or as the results of parsing some external data.
Diffstat (limited to 'src/diff_driver.c')
-rw-r--r--src/diff_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/diff_driver.c b/src/diff_driver.c
index bc3518991..3874c838e 100644
--- a/src/diff_driver.c
+++ b/src/diff_driver.c
@@ -9,7 +9,6 @@
#include "git2/attr.h"
#include "diff.h"
-#include "diff_patch.h"
#include "diff_driver.h"
#include "strmap.h"
#include "map.h"