Skip to content

Commit 7aa9b9b

Browse files
szedergitster
authored andcommitted
wt-status: move #include "pathspec.h" to the header
The declaration of 'struct wt_status' requires the declararion of 'struct pathspec'. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8545932 commit 7aa9b9b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

wt-status.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "cache.h"
2-
#include "pathspec.h"
32
#include "wt-status.h"
43
#include "object.h"
54
#include "dir.h"

wt-status.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <stdio.h>
55
#include "string-list.h"
66
#include "color.h"
7+
#include "pathspec.h"
78

89
enum color_wt_status {
910
WT_STATUS_HEADER = 0,

0 commit comments

Comments
 (0)