summaryrefslogtreecommitdiff
path: root/AK/IntegralMath.h
diff options
context:
space:
mode:
authorAndrew Kaster <andrewdkaster@gmail.com>2022-04-09 14:31:54 -0600
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-04-23 10:43:32 -0700
commit83603d68d2e6fe51673c9857b459138df761327a (patch)
tree6fb3dd0acf353031b6d8719d3bac6250593a01ea /AK/IntegralMath.h
parentbc7c8879c5d3230c0caf3ea922446e27c6f77cbc (diff)
downloadserenity-83603d68d2e6fe51673c9857b459138df761327a.zip
AK: Make sure we don't include Math.h or math.h from KERNEL
Diffstat (limited to 'AK/IntegralMath.h')
-rw-r--r--AK/IntegralMath.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/AK/IntegralMath.h b/AK/IntegralMath.h
index 0a23debb51..916d9b70cc 100644
--- a/AK/IntegralMath.h
+++ b/AK/IntegralMath.h
@@ -10,8 +10,6 @@
#include <AK/Concepts.h>
#include <AK/Types.h>
-#include <AK/Format.h>
-
namespace AK {
template<Integral T>