diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-13 23:19:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-13 23:19:47 +0000 |
commit | 398f9684624eb00075af938730cad805d7bdebfd (patch) | |
tree | 39f62c903b90364970cc46a36f6fc61acef4dc1d /src/supervision | |
parent | 046a7c08c3c1e059be55ebdf49af66f5aee4800b (diff) | |
download | s6-398f9684624eb00075af938730cad805d7bdebfd.tar.xz |
Cleanup of superfluous includes
Diffstat (limited to 'src/supervision')
-rw-r--r-- | src/supervision/s6_svlisten_loop.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/supervision/s6_svlisten_loop.c b/src/supervision/s6_svlisten_loop.c index 5f60be6..3cab3ff 100644 --- a/src/supervision/s6_svlisten_loop.c +++ b/src/supervision/s6_svlisten_loop.c @@ -1,13 +1,8 @@ /* ISC license. */ #include <string.h> -#include <stdint.h> -#include <unistd.h> -#include <errno.h> -#include <skalibs/types.h> #include <skalibs/bytestr.h> #include <skalibs/bitarray.h> -#include <skalibs/tai.h> #include <skalibs/strerr2.h> #include <skalibs/iopause.h> #include <skalibs/djbunix.h> |