summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 17:44:54 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit455fa9610cba06af4cb9d8c8a2121b552c4d2229 (patch)
tree1fccb2e1b8133ea4d4d018a7269cdd5465a11f59 /src/journal-remote/journal-remote.c
parentf4dad55b8b2861426a7b9e7104dec33acb770894 (diff)
downloadsystemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.gz
tree-wide: drop string.h when string-util.h or friends are included
Diffstat (limited to 'src/journal-remote/journal-remote.c')
-rw-r--r--src/journal-remote/journal-remote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c
index 35efe7002b..6cbaf722c6 100644
--- a/src/journal-remote/journal-remote.c
+++ b/src/journal-remote/journal-remote.c
@@ -4,7 +4,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <sys/prctl.h>
#include <sys/socket.h>
#include <stdint.h>