summaryrefslogtreecommitdiff
path: root/WindowServer/WSMenu.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-15 08:58:03 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-15 08:59:55 +0100
commit18210c606da4315afe9ec984395350a25271594f (patch)
treeb9bbae28d2ffcd56fab9f3df32d2c6cb5a7eb1bd /WindowServer/WSMenu.cpp
parente9d6fbfb478c43e3d23ba71182925985202c75c4 (diff)
downloadserenity-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.cpp1
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>