1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00

WindowServer: Prune more kernel-related gunk.

This commit is contained in:
Andreas Kling 2019-02-16 12:25:47 +01:00
parent 09aaa41e62
commit c3d36a5fe9
4 changed files with 9 additions and 18 deletions

View file

@ -3,7 +3,6 @@
#include "WSMessage.h"
#include "WSWindowManager.h"
#include <AK/Assertions.h>
#include <Kernel/IO.h>
static WSScreen* s_the;