mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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
Reference in a new issue