зеркало из https://github.com/microsoft/git.git
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
This commit is contained in:
Коммит
414784d016
|
@ -12,7 +12,6 @@
|
|||
#include "repository.h"
|
||||
#include "commit.h"
|
||||
#include "run-command.h"
|
||||
#include <signal.h>
|
||||
#include "parse-options.h"
|
||||
#include "gpg-interface.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "builtin.h"
|
||||
#include "tag.h"
|
||||
#include "run-command.h"
|
||||
#include <signal.h>
|
||||
#include "parse-options.h"
|
||||
#include "gpg-interface.h"
|
||||
#include "ref-filter.h"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef STATUS_H
|
||||
#define STATUS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include "string-list.h"
|
||||
#include "color.h"
|
||||
#include "pathspec.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче