mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
LibM: Always include <math.h> instead of <LibM/math.h>
This makes Lagom pick up the host math.h, which is what we want.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "SampleWidget.h"
|
||||
#include <LibAudio/Buffer.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
|
||||
SampleWidget::SampleWidget()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user