LibWeb/CSS: Remove unused GenericShorthands.h include

This commit is contained in:
Sam Atkins 2025-10-13 14:03:45 +01:00
parent 21932661c2
commit 8fffce07df

View File

@ -7,7 +7,6 @@
#pragma once
#include <AK/FlyString.h>
#include <AK/GenericShorthands.h>
#include <AK/Optional.h>
#include <LibWeb/CSS/PropertyID.h>
#include <LibWeb/CSS/PropertyName.h>