summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 09:44:54 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-03 16:30:32 +0100
commit455fa9610cba06af4cb9d8c8a2121b552c4d2229 (patch)
tree1fccb2e1b8133ea4d4d018a7269cdd5465a11f59 /src/core/main.c
parentMerge pull request #13899 from poettering/in-gid-tweak (diff)
downloadsystemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.xz
systemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.zip
tree-wide: drop string.h when string-util.h or friends are included
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 3545fde71d..ae54453b5e 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -5,7 +5,6 @@
#include <getopt.h>
#include <signal.h>
#include <stdio.h>
-#include <string.h>
#include <sys/mount.h>
#include <sys/prctl.h>
#include <sys/reboot.h>