mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +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:
parent
45b05e9734
commit
dc12cbca41
Notes:
sideshowbarker
2024-07-19 04:18:47 +09:00
Author: https://github.com/awesomekling
Commit: dc12cbca41
16 changed files with 17 additions and 17 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <LibGUI/Menu.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
#include <LibM/math.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace PixelPaint {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue