Browse Source

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>
maint
SZEDER Gábor 9 years ago committed by Junio C Hamano
parent
commit
7aa9b9ba02
  1. 1
      wt-status.c
  2. 1
      wt-status.h

1
wt-status.c

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#include "cache.h"
#include "pathspec.h"
#include "wt-status.h"
#include "object.h"
#include "dir.h"

1
wt-status.h

@ -4,6 +4,7 @@ @@ -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,

Loading…
Cancel
Save