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/stls/stls_run.c | |
parent | 53091e3bce487ee82e2805a0231e780551561717 (diff) | |
download | s6-networking-6126e9c49f01b315c82cae340caaa1d8f588c0e7.tar.xz |
Cleanup superfluous includes
Diffstat (limited to 'src/stls/stls_run.c')
-rw-r--r-- | src/stls/stls_run.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stls/stls_run.c b/src/stls/stls_run.c index 8d7478f..1a035e2 100644 --- a/src/stls/stls_run.c +++ b/src/stls/stls_run.c @@ -2,7 +2,6 @@ #include <skalibs/nonposix.h> #include <sys/uio.h> -#include <stdint.h> #include <sys/socket.h> #include <errno.h> #include <signal.h> |