提交 7aa9b9ba 编写于 作者: S SZEDER Gábor 提交者: Junio C Hamano

wt-status: move #include "pathspec.h" to the header

The declaration of 'struct wt_status' requires the declararion of 'struct
pathspec'.
Signed-off-by: NSZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 8545932d
#include "cache.h"
#include "pathspec.h"
#include "wt-status.h"
#include "object.h"
#include "dir.h"
......
......@@ -4,6 +4,7 @@
#include <stdio.h>
#include "string-list.h"
#include "color.h"
#include "pathspec.h"
enum color_wt_status {
WT_STATUS_HEADER = 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册