mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
Meta: Replace remaining LibM/math.h includes with math.h
This commit is contained in:
parent
7390098adc
commit
7072806234
17 changed files with 17 additions and 16 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <AK/String.h>
|
||||
#include <LibGfx/Orientation.h>
|
||||
#include <LibGfx/Point.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <AK/MappedFile.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGfx/GIFLoader.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <AK/Types.h>
|
||||
#include <LibGfx/ICOLoader.h>
|
||||
#include <LibGfx/PNGLoader.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -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) \
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <LibGfx/Orientation.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
#include <LibIPC/Forward.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace Gfx {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <LibGfx/Point.h>
|
||||
#include <LibGfx/Size.h>
|
||||
#include <LibGfx/TextAlignment.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <LibC/assert.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue