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
This commit is contained in:
Junio C Hamano
2019-07-31 14:38:56 -07:00
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#ifndef STATUS_H
#define STATUS_H
#include <stdio.h>
#include "string-list.h"
#include "color.h"
#include "pathspec.h"