mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27: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
|
@ -38,9 +38,9 @@
|
|||
#include <LibCore/File.h>
|
||||
#include <LibDebug/DebugSession.h>
|
||||
#include <LibELF/Image.h>
|
||||
#include <LibM/math.h>
|
||||
#include <LibX86/Disassembler.h>
|
||||
#include <LibX86/Instruction.h>
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue