1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-09 05:56:15 +02:00

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:
Junio C Hamano 2015-08-26 15:45:38 -07:00
commit 6525496172
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#include "cache.h"
#include "pathspec.h"
#include "wt-status.h"
#include "object.h"
#include "dir.h"

View File

@ -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,