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

Meta: Replace remaining LibM/math.h includes with math.h

This commit is contained in:
Linus Groh 2020-08-12 10:44:45 +02:00 committed by Andreas Kling
parent 7390098adc
commit 7072806234
17 changed files with 17 additions and 16 deletions

View file

@ -33,8 +33,8 @@
#include <LibCore/DirIterator.h>
#include <LibCore/File.h>
#include <LibCore/Object.h>
#include <LibM/math.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>