diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/LengthBox.h')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/LengthBox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/LengthBox.h b/Userland/Libraries/LibWeb/CSS/LengthBox.h index e68efbcb61..7aef70eaa4 100644 --- a/Userland/Libraries/LibWeb/CSS/LengthBox.h +++ b/Userland/Libraries/LibWeb/CSS/LengthBox.h @@ -6,8 +6,7 @@ #pragma once -#include <LibWeb/CSS/Length.h> -#include <LibWeb/CSS/StyleValue.h> +#include <LibWeb/CSS/Percentage.h> namespace Web::CSS { |