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