summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-11-04 05:17:03 +0000
committercy <cy@FreeBSD.org>2017-11-04 05:17:03 +0000
commit83bc896b74a9cab2746fc4f51feed8115e671c7c (patch)
tree1353da5a4731a9e1af3012bb0aac2d57e9c5e2e4 /lib
parentd89b4f5935af5a6ab90d2cf633d8db7ae6f8f6ad (diff)
downloadFreeBSD-src-83bc896b74a9cab2746fc4f51feed8115e671c7c.zip
FreeBSD-src-83bc896b74a9cab2746fc4f51feed8115e671c7c.tar.gz
MFC r325030:
Remove redundant sys/cdefs.h include.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/gets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c
index f31221a..c75dcc2 100644
--- a/lib/libc/stdio/gets.c
+++ b/lib/libc/stdio/gets.c
@@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
#include "namespace.h"
#include <unistd.h>
#include <stdio.h>
-#include <sys/cdefs.h>
#include "un-namespace.h"
#include "libc_private.h"
#include "local.h"
OpenPOWER on IntegriCloud