Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
wt-status: move #include "pathspec.h" to the header
author
SZEDER Gábor
<szeder@ira.uka.de>
Thu, 20 Aug 2015 14:06:27 +0000
(16:06 +0200)
committer
Junio 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>
wt-status.c
patch
|
blob
|
history
wt-status.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8545932
)
diff --git
a/wt-status.c
b/wt-status.c
index 078a4727435b0c6b98cdc600773cb90e850e9a7f..4631119e03a638adfdb650fa782e3d327f018c90 100644
(file)
--- 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"
diff --git
a/wt-status.h
b/wt-status.h
index e0a99f75c745acd3e7fb6fd8aecd06a4d3bd5522..c9b3b744e923f2f559f64f1bf4a1f2159b5060d6 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-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,