AK: Make sure we don't include Math.h or math.h from KERNEL

This commit is contained in:
Andrew Kaster 2022-04-09 14:31:54 -06:00 committed by Brian Gianforcaro
commit 83603d68d2
Notes: sideshowbarker 2024-07-17 11:35:03 +09:00
4 changed files with 19 additions and 6 deletions

View file

@ -10,8 +10,6 @@
#include <AK/Concepts.h>
#include <AK/Types.h>
#include <AK/Format.h>
namespace AK {
template<Integral T>