From f58ab00078c28339a6dd2d0ff12b7928522cdbe2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jan 2018 16:41:26 +0100 Subject: Fix warning * sysdeps/pthread/flockfile.c: Do not include * sysdeps/pthread/funlockfile.c: Likewise. --- sysdeps/pthread/flockfile.c | 1 - sysdeps/pthread/funlockfile.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c index 0153a2c..695624f 100644 --- a/sysdeps/pthread/flockfile.c +++ b/sysdeps/pthread/flockfile.c @@ -17,7 +17,6 @@ . */ #include -#include #include diff --git a/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c index 78fd211..d64690f 100644 --- a/sysdeps/pthread/funlockfile.c +++ b/sysdeps/pthread/funlockfile.c @@ -18,7 +18,6 @@ #include #include -#include #include -- cgit v1.2.3