summaryrefslogtreecommitdiff
path: root/src/locale/keymap-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-14 12:40:29 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-14 13:25:51 +0100
commitf05e1d0d9f21dd057bdf0f31d9bc3de509791eaa (patch)
tree97d9ca47bd370ab284d5a471af90de7a9353a5f3 /src/locale/keymap-util.c
parentecd5f1a9e060746258e8f93e8ba6b331e49e92f3 (diff)
downloadsystemd-f05e1d0d9f21dd057bdf0f31d9bc3de509791eaa.tar.gz
util: split out kbd related stuff
This stuff is neither generic enough to be in def.h, nor really has much to do with locale, hence give it its own .c/.h file pair.
Diffstat (limited to 'src/locale/keymap-util.c')
-rw-r--r--src/locale/keymap-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locale/keymap-util.c b/src/locale/keymap-util.c
index 6b6b32a591..64d18d916e 100644
--- a/src/locale/keymap-util.c
+++ b/src/locale/keymap-util.c
@@ -6,13 +6,13 @@
#include <unistd.h>
#include "bus-util.h"
-#include "def.h"
-#include "env-file.h"
#include "env-file-label.h"
+#include "env-file.h"
#include "env-util.h"
#include "fd-util.h"
#include "fileio-label.h"
#include "fileio.h"
+#include "kbd-util.h"
#include "keymap-util.h"
#include "locale-util.h"
#include "macro.h"