summaryrefslogtreecommitdiff
path: root/src/locale
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/locale
parentf4dad55b8b2861426a7b9e7104dec33acb770894 (diff)
downloadsystemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.gz
systemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.tar.bz2
systemd-455fa9610cba06af4cb9d8c8a2121b552c4d2229.zip
tree-wide: drop string.h when string-util.h or friends are included
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/keymap-util.c1
-rw-r--r--src/locale/localectl.c1
-rw-r--r--src/locale/localed.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/locale/keymap-util.c b/src/locale/keymap-util.c
index f8c36c94f5..519dd0d188 100644
--- a/src/locale/keymap-util.c
+++ b/src/locale/keymap-util.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <errno.h>
-#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index 5532e93255..50c4c703f1 100644
--- a/src/locale/localectl.c
+++ b/src/locale/localectl.c
@@ -5,7 +5,6 @@
#include <locale.h>
#include <stdbool.h>
#include <stdlib.h>
-#include <string.h>
#include "sd-bus.h"
diff --git a/src/locale/localed.c b/src/locale/localed.c
index 8d0eec96a5..baf0bd102b 100644
--- a/src/locale/localed.c
+++ b/src/locale/localed.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <errno.h>
-#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>