Skip to content

Commit

Permalink
Merge branch 'sg/wt-status-header-inclusion' into maint
Browse files Browse the repository at this point in the history
* sg/wt-status-header-inclusion:
  wt-status: move #include "pathspec.h" to the header
  • Loading branch information
Junio C Hamano committed Sep 4, 2015
2 parents 659227b + 7aa9b9b commit dc4e7b0
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion wt-status.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "cache.h"
#include "pathspec.h"
#include "wt-status.h"
#include "object.h"
#include "dir.h"
1 change: 1 addition & 0 deletions wt-status.h
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit dc4e7b0

Please sign in to comment.