summaryrefslogtreecommitdiff
path: root/src/machine
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/machine
parent99e0d097316be28a1f7bf49d0b71a308684a9a3b (diff)
downloadsystemd-a969d606453ec7c3fee25fb30c02be4c4e6e5206.tar.gz
tree-wide: drop locale.h when locale-util.h is included
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machinectl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 4796f1ff4c..6dbdba12fd 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -4,7 +4,6 @@
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
-#include <locale.h>
#include <math.h>
#include <net/if.h>
#include <netinet/in.h>