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/libs6/s6lock_wait_and.c | |
parent | 046a7c08c3c1e059be55ebdf49af66f5aee4800b (diff) | |
download | s6-398f9684624eb00075af938730cad805d7bdebfd.tar.xz |
Cleanup of superfluous includes
Diffstat (limited to 'src/libs6/s6lock_wait_and.c')
-rw-r--r-- | src/libs6/s6lock_wait_and.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs6/s6lock_wait_and.c b/src/libs6/s6lock_wait_and.c index 22ec63b..d5d3792 100644 --- a/src/libs6/s6lock_wait_and.c +++ b/src/libs6/s6lock_wait_and.c @@ -1,8 +1,6 @@ /* ISC license. */ -#include <stdint.h> #include <errno.h> -#include <skalibs/tai.h> #include <skalibs/iopause.h> #include <s6/s6lock.h> |