From 113ca3e892e5a47fef8930633f2e1b0d9801dc5f Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sat, 23 Aug 2014 01:14:36 +0100 Subject: maint: include libstdbuf.c in extraneous headers check * cfg.mk (sc_system_h_headers): Don't exclude libstdbuf.c. * src/libstdbuf.c: Remove headers already included in system.h. --- src/libstdbuf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/libstdbuf.c b/src/libstdbuf.c index 1281b9de7..675548cff 100644 --- a/src/libstdbuf.c +++ b/src/libstdbuf.c @@ -18,9 +18,7 @@ #include #include -#include #include "system.h" -#include "verify.h" /* Note currently for glibc (2.3.5) the following call does not change the buffer size, and more problematically does not give any indication -- cgit v1.2.3-54-g00ecf