systemd: drop xlocale.h include

It is not needed and doesn't exist in glibc 2.26 or other libcs.
systemd removed it in commit 284d1cd0a1 too.

(cherry picked from commit a5d7cf5c4b)
This commit is contained in:
Lubomir Rintel 2017-11-03 10:47:40 +01:00 committed by Thomas Haller
parent 087fb85969
commit 3b207f9e58

View file

@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <xlocale.h>
#include "alloc-util.h"
#include "extract-word.h"