Skip to content

Commit 6525496

Browse files
committed
Merge branch 'sg/wt-status-header-inclusion'
* sg/wt-status-header-inclusion: wt-status: move #include "pathspec.h" to the header
2 parents cfcd38f + 7aa9b9b commit 6525496

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)