1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00

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
parent 9aa44fa36c
commit 7d84f09e7e
5 changed files with 14 additions and 4 deletions

View file

@ -5,6 +5,7 @@
*/
#include <AK/Debug.h>
#include <AK/ExtraMathConstants.h>
#include <AK/StringBuilder.h>
#include <LibGfx/Painter.h>
#include <LibGfx/Path.h>