Browse Source

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

* sg/wt-status-header-inclusion:
  wt-status: move #include "pathspec.h" to the header
maint
Junio C Hamano 10 years ago
parent
commit
dc4e7b0244
  1. 1
      wt-status.c
  2. 1
      wt-status.h

1
wt-status.c

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

1
wt-status.h

@ -4,6 +4,7 @@ @@ -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,

Loading…
Cancel
Save