diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-15 08:58:03 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-15 08:59:55 +0100 |
commit | 18210c606da4315afe9ec984395350a25271594f (patch) | |
tree | b9bbae28d2ffcd56fab9f3df32d2c6cb5a7eb1bd /WindowServer/WSMenu.cpp | |
parent | e9d6fbfb478c43e3d23ba71182925985202c75c4 (diff) | |
download | serenity-18210c606da4315afe9ec984395350a25271594f.zip |
Kernel: Remove GUIEventDevice.
It's no longer used since all communication now happens across sockets. :^)
Diffstat (limited to 'WindowServer/WSMenu.cpp')
-rw-r--r-- | WindowServer/WSMenu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WindowServer/WSMenu.cpp b/WindowServer/WSMenu.cpp index 4cef867ae0..3cdba5c9d7 100644 --- a/WindowServer/WSMenu.cpp +++ b/WindowServer/WSMenu.cpp @@ -4,6 +4,7 @@ #include "WSMessage.h" #include "WSMessageLoop.h" #include "WSWindowManager.h" +#include <Kernel/GUITypes.h> #include <WindowServer/WSClientConnection.h> #include <SharedGraphics/Painter.h> #include <SharedGraphics/Font.h> |