diff options
Diffstat (limited to 'src/diff_driver.c')
-rw-r--r-- | src/diff_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diff_driver.c b/src/diff_driver.c index 9109f3155..8cd57cdf6 100644 --- a/src/diff_driver.c +++ b/src/diff_driver.c @@ -4,12 +4,12 @@ * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ -#include "common.h" + +#include "diff_driver.h" #include "git2/attr.h" #include "diff.h" -#include "diff_driver.h" #include "strmap.h" #include "map.h" #include "buf_text.h" |