Revert "LibM: Always include <math.h> instead of <LibM/math.h>"

This reverts commit dc12cbca41.

Sadly this broke the build due to some confusion about <new>.
Reverting until this can be solved fully.
This commit is contained in:
Andreas Kling 2020-08-04 21:17:43 +02:00
commit 984683cf34
Notes: sideshowbarker 2024-07-19 04:18:38 +09:00
16 changed files with 17 additions and 17 deletions

View file

@ -32,7 +32,7 @@
#include <AK/Types.h>
#include <LibGfx/ICOLoader.h>
#include <LibGfx/PNGLoader.h>
#include <math.h>
#include <LibM/math.h>
#include <stdio.h>
#include <string.h>