AK: Move integral log2 and exp to IntegerMath.h

This commit is contained in:
Hendiadyoin1 2022-01-29 16:51:02 +01:00 committed by Brian Gianforcaro
commit fbb798f98c
Notes: sideshowbarker 2024-07-17 19:42:16 +09:00
8 changed files with 20 additions and 16 deletions

View file

@ -8,7 +8,7 @@
#include "RollWidget.h"
#include "TrackManager.h"
#include <AK/Math.h>
#include <AK/IntegralMath.h>
#include <LibGUI/Painter.h>
#include <LibGUI/Scrollbar.h>
#include <LibGfx/Font.h>