mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +00:00
AK: Move integral log2 and exp to IntegerMath.h
This commit is contained in:
parent
f6ddaef8bf
commit
fbb798f98c
8 changed files with 20 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "GameSizeDialog.h"
|
||||
#include "Game.h"
|
||||
#include <AK/Math.h>
|
||||
#include <AK/IntegralMath.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/CheckBox.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue