summaryrefslogtreecommitdiff
path: root/WindowServer/WSMessageLoop.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/WSMessageLoop.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/WSMessageLoop.cpp')
-rw-r--r--WindowServer/WSMessageLoop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WindowServer/WSMessageLoop.cpp b/WindowServer/WSMessageLoop.cpp
index c554220186..1559210e71 100644
--- a/WindowServer/WSMessageLoop.cpp
+++ b/WindowServer/WSMessageLoop.cpp
@@ -6,6 +6,7 @@
#include <WindowServer/WSClientConnection.h>
#include "PS2MouseDevice.h"
#include <Kernel/Keyboard.h>
+#include <Kernel/GUITypes.h>
#include <AK/Bitmap.h>
#include "Process.h"