Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-08-01 00:38:56 +0300
committerJunio C Hamano <gitster@pobox.com>2019-08-01 00:38:56 +0300
commit0bdce88004b768a0d12f64de0b71946c444f616c (patch)
tree26d62763f711e39ccadd144ee17dbc634b986d53 /wt-status.h
parent026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8 (diff)
parent7a06fb038ccfccb0e2a5991341b43f2586627c71 (diff)
Merge branch 'jk/no-system-includes-in-dot-c'
Compilation fix. * jk/no-system-includes-in-dot-c: wt-status.h: drop stdio.h include verify-tag: drop signal.h include
Diffstat (limited to 'wt-status.h')
-rw-r--r--wt-status.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h
index b0cfdc8011..77dad5b920 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -1,7 +1,6 @@
#ifndef STATUS_H
#define STATUS_H
-#include <stdio.h>
#include "string-list.h"
#include "color.h"
#include "pathspec.h"