Skip to content

Commit

Permalink
Merge branch 'sg/wt-status-header-inclusion'
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
gitster committed Aug 26, 2015
2 parents cfcd38f + 7aa9b9b commit 6525496
Show file tree
Hide file tree
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"
Expand Down
1 change: 1 addition & 0 deletions wt-status.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6525496

Please sign in to comment.