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/machine/machine-dbus.c | |
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/machine/machine-dbus.c')
-rw-r--r-- | src/machine/machine-dbus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index dbb5254f3d..3b2ac38298 100644 --- a/src/machine/machine-dbus.c +++ b/src/machine/machine-dbus.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #include <errno.h> -#include <string.h> #include <sys/mount.h> #include <sys/wait.h> |