mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
AK: Remove unnecessary include of <new> for non-__serenity__
builds
We already include `<new>` in AK/kmalloc.h when KERNEL is not defined, which applies to all non-`__serenity__` builds.
This commit is contained in:
parent
da87497e61
commit
61ad239ee0
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@
|
|||
#include <AK/kmalloc.h>
|
||||
#include <initializer_list>
|
||||
|
||||
#ifndef __serenity__
|
||||
# include <new>
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
||||
namespace Detail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue