summaryrefslogtreecommitdiff
path: root/src/locale/localectl.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 17:56:33 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commita969d606453ec7c3fee25fb30c02be4c4e6e5206 (patch)
tree9a6cda1034ac23ba989df8ed1882b56c5a263884 /src/locale/localectl.c
parent99e0d097316be28a1f7bf49d0b71a308684a9a3b (diff)
downloadsystemd-a969d606453ec7c3fee25fb30c02be4c4e6e5206.tar.gz
tree-wide: drop locale.h when locale-util.h is included
Diffstat (limited to 'src/locale/localectl.c')
-rw-r--r--src/locale/localectl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index 50c4c703f1..fb02bfd4a6 100644
--- a/src/locale/localectl.c
+++ b/src/locale/localectl.c
@@ -2,7 +2,6 @@
#include <ftw.h>
#include <getopt.h>
-#include <locale.h>
#include <stdbool.h>
#include <stdlib.h>