summaryrefslogtreecommitdiff
path: root/wt-status.c
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2015-08-20 14:06:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-21 21:49:27 (GMT)
commit7aa9b9ba02c5cfab5078cc7a7b250bbbb74b316f (patch)
treece12b367d246fe60ed8fd5702f34a087f1b9de16 /wt-status.c
parent8545932d45c91437ac439b1a2df12cf397f71311 (diff)
downloadgit-7aa9b9ba02c5cfab5078cc7a7b250bbbb74b316f.zip
git-7aa9b9ba02c5cfab5078cc7a7b250bbbb74b316f.tar.gz
git-7aa9b9ba02c5cfab5078cc7a7b250bbbb74b316f.tar.bz2
wt-status: move #include "pathspec.h" to the header
The declaration of 'struct wt_status' requires the declararion of 'struct pathspec'. Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.c')
-rw-r--r--wt-status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wt-status.c b/wt-status.c
index 078a472..4631119 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"