diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-14 09:07:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-14 09:07:27 +0000 |
commit | 6126e9c49f01b315c82cae340caaa1d8f588c0e7 (patch) | |
tree | 0e072c8d0490d432f989e8fe94ad072188f96a4d /src/conn-tools | |
parent | 53091e3bce487ee82e2805a0231e780551561717 (diff) | |
download | s6-networking-6126e9c49f01b315c82cae340caaa1d8f588c0e7.tar.xz |
Cleanup superfluous includes
Diffstat (limited to 'src/conn-tools')
-rw-r--r-- | src/conn-tools/s6-tlsc.c | 2 | ||||
-rw-r--r-- | src/conn-tools/s6-tlsd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conn-tools/s6-tlsc.c b/src/conn-tools/s6-tlsc.c index fb7272f..cbac1eb 100644 --- a/src/conn-tools/s6-tlsc.c +++ b/src/conn-tools/s6-tlsc.c @@ -1,7 +1,7 @@ /* ISC license. */ -#include <sys/types.h> #include <stdint.h> +#include <unistd.h> #include <errno.h> #include <skalibs/types.h> #include <skalibs/sgetopt.h> diff --git a/src/conn-tools/s6-tlsd.c b/src/conn-tools/s6-tlsd.c index d76b423..6746fa3 100644 --- a/src/conn-tools/s6-tlsd.c +++ b/src/conn-tools/s6-tlsd.c @@ -1,7 +1,7 @@ /* ISC license. */ -#include <sys/types.h> #include <stdint.h> +#include <unistd.h> #include <skalibs/types.h> #include <skalibs/sgetopt.h> #include <skalibs/strerr2.h> |