Merge branch 'sg/wt-status-header-inclusion'
* sg/wt-status-header-inclusion: wt-status: move #include "pathspec.h" to the header
This commit is contained in:
commit
6525496172
@ -1,5 +1,4 @@
|
|||||||
#include "cache.h"
|
#include "cache.h"
|
||||||
#include "pathspec.h"
|
|
||||||
#include "wt-status.h"
|
#include "wt-status.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
|
#include "pathspec.h"
|
||||||
|
|
||||||
enum color_wt_status {
|
enum color_wt_status {
|
||||||
WT_STATUS_HEADER = 0,
|
WT_STATUS_HEADER = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user