diff options
Diffstat (limited to 'Servers/WindowServer/WSClientConnection.h')
-rw-r--r-- | Servers/WindowServer/WSClientConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/WindowServer/WSClientConnection.h b/Servers/WindowServer/WSClientConnection.h index 6987a2921b..7d8a809228 100644 --- a/Servers/WindowServer/WSClientConnection.h +++ b/Servers/WindowServer/WSClientConnection.h @@ -31,7 +31,7 @@ #include <AK/OwnPtr.h> #include <AK/WeakPtr.h> #include <LibCore/CObject.h> -#include <LibGfx/GraphicsBitmap.h> +#include <LibGfx/Bitmap.h> #include <LibIPC/IClientConnection.h> #include <WindowServer/WSEvent.h> #include <WindowServer/WindowServerEndpoint.h> |