1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:57:47 +00:00

WindowServer: Remove unused header in SystemEffects

This commit is contained in:
thankyouverycool 2022-08-15 06:12:58 -04:00 committed by Andreas Kling
parent 63b8d04100
commit d286bf85e6

View file

@ -6,7 +6,6 @@
#pragma once
#include <AK/Array.h>
#include <AK/Types.h>
namespace WindowServer {