1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

AK: Remove rarely used ExtraMathConstants.h

This commit is contained in:
Bastiaan van der Plaat 2023-10-20 12:06:26 +02:00 committed by Sam Atkins
parent a1f17bd643
commit 5870a1a9a1
7 changed files with 5 additions and 22 deletions

View file

@ -6,7 +6,6 @@
*/
#include <AK/Debug.h>
#include <AK/ExtraMathConstants.h>
#include <AK/QuickSort.h>
#include <AK/StringBuilder.h>
#include <LibGfx/AffineTransform.h>