From 984683cf34ee471bfbd2e0d3eca3517d0c2dce97 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 4 Aug 2020 21:17:43 +0200 Subject: Revert "LibM: Always include instead of " This reverts commit dc12cbca41b8b667ae7ced1066647d47186d1557. Sadly this broke the build due to some confusion about . Reverting until this can be solved fully. --- Libraries/LibGfx/Rect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Libraries/LibGfx/Rect.h') diff --git a/Libraries/LibGfx/Rect.h b/Libraries/LibGfx/Rect.h index 6105491f82..94d133d846 100644 --- a/Libraries/LibGfx/Rect.h +++ b/Libraries/LibGfx/Rect.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include namespace Gfx { -- cgit v1.2.3