mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 05:38:24 +00:00
AK: Move integral log2 and exp to IntegerMath.h
This commit is contained in:
parent
f6ddaef8bf
commit
fbb798f98c
Notes:
sideshowbarker
2024-07-17 19:42:16 +09:00
Author: https://github.com/Hendiadyoin1
Commit: fbb798f98c
Pull-request: https://github.com/SerenityOS/serenity/pull/12163
Reviewed-by: https://github.com/BertalanD ✅
8 changed files with 20 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Math.h>
|
||||
#include <AK/IntegralMath.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <Kernel/Devices/Device.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue