wt-status: move #include "pathspec.h" to the header
commit7aa9b9ba02c5cfab5078cc7a7b250bbbb74b316f
authorSZEDER Gábor <szeder@ira.uka.de>
Thu, 20 Aug 2015 14:06:27 +0000 (20 16:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Aug 2015 21:49:27 +0000 (21 14:49 -0700)
treece12b367d246fe60ed8fd5702f34a087f1b9de16
parent8545932d45c91437ac439b1a2df12cf397f71311
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>
wt-status.c
wt-status.h