mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
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:
parent
000ef0ec3d
commit
984683cf34
Notes:
sideshowbarker
2024-07-19 04:18:38 +09:00
Author: https://github.com/awesomekling
Commit: 984683cf34
16 changed files with 17 additions and 17 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/JPGLoader.h>
|
||||
#include <math.h>
|
||||
#include <Libraries/LibM/math.h>
|
||||
|
||||
#define JPG_DBG 0
|
||||
#define jpg_dbg(x) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue