Otherwise we might not have 'struct diff_options'.

[jc: needs a matching follow-up patch to remove inclusion of diff.h
from *.c files that do not themselves use anything from diff.h]

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras 2013-10-31 03:25:36 -06:00 коммит произвёл Junio C Hamano
Родитель 5a3fd6afd4
Коммит 19ecb564ad
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,7 @@
#include "grep.h"
#include "notes.h"
#include "commit.h"
#include "diff.h"
#define SEEN (1u<<0)
#define UNINTERESTING (1u<<1)