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
commit 7072806234
Notes: sideshowbarker 2024-07-19 03:43:25 +09:00
17 changed files with 17 additions and 16 deletions

View file

@ -30,8 +30,8 @@
#include <AK/NetworkOrdered.h>
#include <LibCore/puff.h>
#include <LibGfx/PNGLoader.h>
#include <LibM/math.h>
#include <fcntl.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>