From cbe78454fc33e52cd4561bfe52ea552abb8f8527 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Fri, 31 Jan 2025 11:12:07 +0100 Subject: [PATCH] LibWeb: Remove unused includes from PaintableFragment --- Libraries/LibWeb/Painting/PaintableFragment.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Libraries/LibWeb/Painting/PaintableFragment.h b/Libraries/LibWeb/Painting/PaintableFragment.h index 19bb8ba104d..85049ed6eee 100644 --- a/Libraries/LibWeb/Painting/PaintableFragment.h +++ b/Libraries/LibWeb/Painting/PaintableFragment.h @@ -6,10 +6,7 @@ #pragma once -#include #include -#include -#include #include namespace Web::Painting {