mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
This reverts commit dc12cbca41
.
Sadly this broke the build due to some confusion about <new>.
Reverting until this can be solved fully.
This commit is contained in:
parent
000ef0ec3d
commit
984683cf34
16 changed files with 17 additions and 17 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <AK/MappedFile.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGfx/GIFLoader.h>
|
||||
#include <math.h>
|
||||
#include <LibM/math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -546,7 +546,7 @@ GIFImageDecoderPlugin::GIFImageDecoderPlugin(const u8* data, size_t size)
|
|||
m_context->data_size = size;
|
||||
}
|
||||
|
||||
GIFImageDecoderPlugin::~GIFImageDecoderPlugin() { }
|
||||
GIFImageDecoderPlugin::~GIFImageDecoderPlugin() {}
|
||||
|
||||
IntSize GIFImageDecoderPlugin::size()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue