aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2021-05-02 16:27:32 +0000
committerXin LI <delphij@FreeBSD.org>2021-05-02 16:27:32 +0000
commit9769f6f808210ddc304bc9e3c55121e6ce4d9075 (patch)
tree02cc0dd3ac511774ee6782f7710afccdd2d5ed60
parentc229f4aa0c2d1428db975e0ef1a9c7a186d1b3b7 (diff)
downloadsrc-9769f6f808210ddc304bc9e3c55121e6ce4d9075.tar.gz
src-9769f6f808210ddc304bc9e3c55121e6ce4d9075.zip
usr.bin/patch: remove unneeded header.
MFC after: 2 weeks
-rw-r--r--usr.bin/patch/backupfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c
index ecdca19e2a71..a35e6fd21dc8 100644
--- a/usr.bin/patch/backupfile.c
+++ b/usr.bin/patch/backupfile.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include "backupfile.h"