Skip to content

Commit 414784d

Browse files
committed
Merge branch 'jk/no-system-includes-in-dot-c' into maint
Compilation fix. * jk/no-system-includes-in-dot-c: wt-status.h: drop stdio.h include verify-tag: drop signal.h include
2 parents 5e864ac + 7a06fb0 commit 414784d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

builtin/verify-commit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "repository.h"
1313
#include "commit.h"
1414
#include "run-command.h"
15-
#include <signal.h>
1615
#include "parse-options.h"
1716
#include "gpg-interface.h"
1817

builtin/verify-tag.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "builtin.h"
1111
#include "tag.h"
1212
#include "run-command.h"
13-
#include <signal.h>
1413
#include "parse-options.h"
1514
#include "gpg-interface.h"
1615
#include "ref-filter.h"

wt-status.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef STATUS_H
22
#define STATUS_H
33

4-
#include <stdio.h>
54
#include "string-list.h"
65
#include "color.h"
76
#include "pathspec.h"

0 commit comments

Comments
 (0)