Merge branch 'sg/wt-status-header-inclusion'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2015 22:45:38 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2015 22:45:38 +0000 (15:45 -0700)
* sg/wt-status-header-inclusion:
wt-status: move #include "pathspec.h" to the header

wt-status.c
wt-status.h
index 717fd48d13eb75730ed44a786473c7662173891c..c327fe8128fdb2e380db15f526056a22862ac33f 100644 (file)
@@ -1,5 +1,4 @@
 #include "cache.h"
-#include "pathspec.h"
 #include "wt-status.h"
 #include "object.h"
 #include "dir.h"
index e0a99f75c745acd3e7fb6fd8aecd06a4d3bd5522..c9b3b744e923f2f559f64f1bf4a1f2159b5060d6 100644 (file)
@@ -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,