summaryrefslogtreecommitdiff
path: root/Userland/Applets/Keymap/KeymapStatusWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applets/Keymap/KeymapStatusWindow.cpp')
-rw-r--r--Userland/Applets/Keymap/KeymapStatusWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applets/Keymap/KeymapStatusWindow.cpp b/Userland/Applets/Keymap/KeymapStatusWindow.cpp
index d0b8c58900..659021c282 100644
--- a/Userland/Applets/Keymap/KeymapStatusWindow.cpp
+++ b/Userland/Applets/Keymap/KeymapStatusWindow.cpp
@@ -7,8 +7,8 @@
#include "KeymapStatusWindow.h"
#include <LibCore/Process.h>
+#include <LibGUI/ConnectionToWindowMangerServer.h>
#include <LibGUI/Painter.h>
-#include <LibGUI/WindowManagerServerConnection.h>
#include <LibKeyboard/CharacterMap.h>
void KeymapStatusWidget::mousedown_event(GUI::MouseEvent& event)