summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Rect.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-08-04 21:17:43 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-04 21:17:43 +0200
commit984683cf34ee471bfbd2e0d3eca3517d0c2dce97 (patch)
tree211f7992cf00c049c741a9a5c31470a7c07b46b8 /Libraries/LibGfx/Rect.h
parent000ef0ec3d0025753a545f14705e0046f92f4875 (diff)
downloadserenity-984683cf34ee471bfbd2e0d3eca3517d0c2dce97.zip
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
This reverts commit dc12cbca41b8b667ae7ced1066647d47186d1557. Sadly this broke the build due to some confusion about <new>. Reverting until this can be solved fully.
Diffstat (limited to 'Libraries/LibGfx/Rect.h')
-rw-r--r--Libraries/LibGfx/Rect.h2
1 files changed, 1 insertions, 1 deletions
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 <LibGfx/Point.h>
#include <LibGfx/Size.h>
#include <LibGfx/TextAlignment.h>
-#include <math.h>
+#include <LibM/math.h>
namespace Gfx {