summaryrefslogtreecommitdiff
path: root/Services/WindowServer
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-07-04 17:25:31 +0200
committerAndreas Kling <kling@serenityos.org>2020-07-04 17:25:31 +0200
commitd8518637040d31a33a81be8d8e2ce7f869f0a59d (patch)
treee072d3a7ab62a71ed95cbbec7b30c33598930cde /Services/WindowServer
parent11c4a286609f7d2bfed936deed256ec7fec66d39 (diff)
downloadserenity-d8518637040d31a33a81be8d8e2ce7f869f0a59d.zip
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Diffstat (limited to 'Services/WindowServer')
-rw-r--r--Services/WindowServer/EventLoop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Services/WindowServer/EventLoop.cpp b/Services/WindowServer/EventLoop.cpp
index f4480e6937..6d99985452 100644
--- a/Services/WindowServer/EventLoop.cpp
+++ b/Services/WindowServer/EventLoop.cpp
@@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <Kernel/API/KeyCode.h>
#include <Kernel/API/MousePacket.h>
#include <LibCore/LocalSocket.h>
#include <LibCore/Object.h>