From 18210c606da4315afe9ec984395350a25271594f Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 15 Feb 2019 08:58:03 +0100 Subject: Kernel: Remove GUIEventDevice. It's no longer used since all communication now happens across sockets. :^) --- WindowServer/WSMessageLoop.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'WindowServer/WSMessageLoop.cpp') 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 #include "PS2MouseDevice.h" #include +#include #include #include "Process.h" -- cgit v1.2.3