Merge branch 'sg/wt-status-header-inclusion' into maint

* sg/wt-status-header-inclusion:
  wt-status: move #include "pathspec.h" to the header
This commit is contained in:
Junio C Hamano 2015-09-03 19:17:57 -07:00
Родитель 659227be2e 7aa9b9ba02
Коммит dc4e7b0244
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,4 @@
#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,