diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-03 19:17:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-03 19:17:57 -0700 |
commit | dc4e7b024436694fe380ef8edd51a307107e959f (patch) | |
tree | 8a16d8a922195dccc8c550da388a79fa8935436d /wt-status.c | |
parent | 659227be2ec065c87d9172a775311cfcd9dc7d3a (diff) | |
parent | 7aa9b9ba02c5cfab5078cc7a7b250bbbb74b316f (diff) | |
download | git-dc4e7b024436694fe380ef8edd51a307107e959f.tar.gz |
Merge branch 'sg/wt-status-header-inclusion' into maint
* sg/wt-status-header-inclusion:
wt-status: move #include "pathspec.h" to the header
Diffstat (limited to 'wt-status.c')
-rw-r--r-- | wt-status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wt-status.c b/wt-status.c index eaed4fed32..e8c39efbcb 100644 --- a/wt-status.c +++ b/wt-status.c @@ -1,5 +1,4 @@ #include "cache.h" -#include "pathspec.h" #include "wt-status.h" #include "object.h" #include "dir.h" |