summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-04-23 03:46:41 +0000
committerXin LI <delphij@FreeBSD.org>2020-04-23 03:46:41 +0000
commit201ee4ae977e1213650abd2ea73fa0e884d0735f (patch)
tree4743d70b34eef3f1c783fe137803f0139c4c90e3 /bin
parenta3372bd8332c88beb3b248ee045c1ad70a0e442a (diff)
downloadsrc-test-201ee4ae977e1213650abd2ea73fa0e884d0735f.tar.gz
src-test-201ee4ae977e1213650abd2ea73fa0e884d0735f.zip
Remove include of stdint.h. It was added in r241014 for uintmax_t,
which is gone in r340330 and is therefore no longer necessary. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=360213
Diffstat (limited to 'bin')
-rw-r--r--bin/rm/rm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index b9ef5584964fe..30eb3501eb2ca 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
#include <grp.h>
#include <locale.h>
#include <pwd.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>