[kernel] Remove placement-new declaration from memory.h.cog

Finishing the trend of using `#include <new>` to define new, get rid of
the last bits of custom-declared operator new.
This commit is contained in:
Justin C. Miller
2022-01-27 22:04:06 -08:00
parent fd25d3babc
commit 42d7f4245d
5 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#include <new>
#include <string.h>
#include <util/no_construct.h>