mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:57:44 +00:00
AK: Make sure we don't include Math.h or math.h from KERNEL
This commit is contained in:
parent
bc7c8879c5
commit
83603d68d2
4 changed files with 19 additions and 6 deletions
|
@ -10,8 +10,6 @@
|
|||
#include <AK/Concepts.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
#include <AK/Format.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
template<Integral T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue