mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
Meta: Replace remaining LibM/math.h includes with math.h
This commit is contained in:
parent
7390098adc
commit
7072806234
Notes:
sideshowbarker
2024-07-19 03:43:25 +09:00
Author: https://github.com/linusg
Commit: 7072806234
Pull-request: https://github.com/SerenityOS/serenity/pull/3104
17 changed files with 17 additions and 16 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/JPGLoader.h>
|
||||
#include <Libraries/LibM/math.h>
|
||||
#include <math.h>
|
||||
|
||||
#define JPG_DBG 0
|
||||
#define jpg_dbg(x) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue