mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
Meta: Replace remaining LibM/math.h includes with math.h
This commit is contained in:
parent
7390098adc
commit
7072806234
17 changed files with 17 additions and 16 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "SampleWidget.h"
|
||||
#include <LibAudio/Buffer.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
|
||||
SampleWidget::SampleWidget()
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/Label.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
|
||||
SoundPlayerWidget::SoundPlayerWidget(GUI::Window& window, NonnullRefPtr<Audio::ClientConnection> connection)
|
||||
: m_window(window)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue