1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

usr.bin/patch: remove unneeded header.

(cherry picked from commit 9769f6f808)
This commit is contained in:
Xin LI 2021-05-02 09:27:32 -07:00
parent 34dad5e914
commit 5a485392c4

View File

@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "backupfile.h"