From: miko Date: Wed, 19 Sep 2018 14:01:52 +0000 (+0000) Subject: sys/stat.h not needed here; ok ratchov@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=58aaf78faed8a74a1e817fc6ebd3e3e04064daf0;p=openbsd sys/stat.h not needed here; ok ratchov@ --- diff --git a/lib/libsndio/mio.c b/lib/libsndio/mio.c index 9f41661e4dc..879ff656061 100644 --- a/lib/libsndio/mio.c +++ b/lib/libsndio/mio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio.c,v 1.20 2015/11/22 12:01:23 ratchov Exp $ */ +/* $OpenBSD: mio.c,v 1.21 2018/09/19 14:01:52 miko Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -17,7 +17,6 @@ #include #include -#include #include #include diff --git a/lib/libsndio/mio_rmidi.c b/lib/libsndio/mio_rmidi.c index 69d75cb755f..5e3b9a67fc1 100644 --- a/lib/libsndio/mio_rmidi.c +++ b/lib/libsndio/mio_rmidi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_rmidi.c,v 1.25 2017/11/04 09:35:56 ratchov Exp $ */ +/* $OpenBSD: mio_rmidi.c,v 1.26 2018/09/19 14:01:52 miko Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -16,7 +16,6 @@ */ #include -#include #include #include diff --git a/lib/libsndio/sio.c b/lib/libsndio/sio.c index ea7dfdc6fd7..611acc8df9b 100644 --- a/lib/libsndio/sio.c +++ b/lib/libsndio/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.21 2016/01/09 08:27:24 ratchov Exp $ */ +/* $OpenBSD: sio.c,v 1.22 2018/09/19 14:01:52 miko Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -16,7 +16,6 @@ */ #include -#include #include #include diff --git a/lib/libsndio/sio_sun.c b/lib/libsndio/sio_sun.c index f9adb2fa4d6..08ad7489bc9 100644 --- a/lib/libsndio/sio_sun.c +++ b/lib/libsndio/sio_sun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio_sun.c,v 1.26 2016/04/07 06:30:13 ratchov Exp $ */ +/* $OpenBSD: sio_sun.c,v 1.27 2018/09/19 14:01:52 miko Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -18,7 +18,6 @@ #include #include #include -#include #include #include