From ba606d90570f2a57cc094c19cf4fd35a43e22102 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 10 Mar 2022 23:13:37 +0100 Subject: LibWeb: Move PaintingBox to its own .cpp and .h files --- Userland/Libraries/LibWeb/Painting/SVGPaintable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Libraries/LibWeb/Painting/SVGPaintable.h') diff --git a/Userland/Libraries/LibWeb/Painting/SVGPaintable.h b/Userland/Libraries/LibWeb/Painting/SVGPaintable.h index d1a2250bd8..59eb8f008e 100644 --- a/Userland/Libraries/LibWeb/Painting/SVGPaintable.h +++ b/Userland/Libraries/LibWeb/Painting/SVGPaintable.h @@ -7,7 +7,7 @@ #pragma once #include -#include +#include namespace Web::Painting { -- cgit v1.2.3