Userland: Move non-standard math constants from math.h

This commit is contained in:
Jean-Baptiste Boric 2021-04-25 21:10:55 +02:00 committed by Linus Groh
commit 7d84f09e7e
Notes: sideshowbarker 2024-07-18 19:01:08 +09:00
5 changed files with 14 additions and 4 deletions

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/ExtraMathConstants.h>
#include <AK/OwnPtr.h>
#include <LibGfx/Painter.h>
#include <LibWeb/Bindings/CanvasRenderingContext2DWrapper.h>