summaryrefslogtreecommitdiff
path: root/src/basic/locale-util.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-04 13:41:37 +0100
committerGitHub <noreply@github.com>2019-11-04 13:41:37 +0100
commita859abf062cef1511e4879c4ee39c6036ebeaec8 (patch)
treefca2f528a1cc0293ba28e478be7e87cecbdf354d /src/basic/locale-util.c
parentf9f1d01cbd19d5396656e8a4caaaa4ab59d464fc (diff)
parent146ca45902d7089c79bdf252d1590a1f15238162 (diff)
downloadsystemd-a859abf062cef1511e4879c4ee39c6036ebeaec8.tar.gz
Merge pull request #13906 from yuwata/drop-missing-take2
tree-wide: drop xxx.h when xxx-util.h is included
Diffstat (limited to 'src/basic/locale-util.c')
-rw-r--r--src/basic/locale-util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/basic/locale-util.c b/src/basic/locale-util.c
index e94c29939c..b3c5805784 100644
--- a/src/basic/locale-util.c
+++ b/src/basic/locale-util.c
@@ -1,16 +1,13 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <ftw.h>
#include <langinfo.h>
#include <libintl.h>
-#include <locale.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
-#include <string.h>
#include <sys/mman.h>
#include <sys/stat.h>