diff options
Diffstat (limited to 'Userland/Applets/Keymap/KeymapStatusWindow.cpp')
-rw-r--r-- | Userland/Applets/Keymap/KeymapStatusWindow.cpp | 2 |
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) |