diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 17:44:54 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-04 00:30:32 +0900 |
commit | 455fa9610cba06af4cb9d8c8a2121b552c4d2229 (patch) | |
tree | 1fccb2e1b8133ea4d4d018a7269cdd5465a11f59 /src/socket-proxy | |
parent | f4dad55b8b2861426a7b9e7104dec33acb770894 (diff) | |
download | systemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.gz |
tree-wide: drop string.h when string-util.h or friends are included
Diffstat (limited to 'src/socket-proxy')
-rw-r--r-- | src/socket-proxy/socket-proxyd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket-proxy/socket-proxyd.c b/src/socket-proxy/socket-proxyd.c index abbbc9f2d6..262f899aa0 100644 --- a/src/socket-proxy/socket-proxyd.c +++ b/src/socket-proxy/socket-proxyd.c @@ -6,7 +6,6 @@ #include <netdb.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <sys/socket.h> #include <sys/un.h> #include <unistd.h> |