summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-26 13:32:50 +0200
committerAmlal <amlal@nekernel.org>2025-04-26 13:35:09 +0200
commit4e1227d50bfbe7c8ecb4b8be7cb33266fe4c5086 (patch)
tree235cf1b5a396834789d1571279f1a9266c3bb484 /lib
parent44278e2466780e1a014fcb51f0c68cb8a89a48c4 (diff)
iastdx/embdfs.hpp: remove unused <new> inside the filesystem header.
why? - for use inside nekernel's firmware. Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/astdx/embdfs.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/astdx/embdfs.hpp b/lib/astdx/embdfs.hpp
index dbb0042..611dbfe 100644
--- a/lib/astdx/embdfs.hpp
+++ b/lib/astdx/embdfs.hpp
@@ -8,7 +8,6 @@
#ifndef _STDX_EMBDFS_HPP
#define _STDX_EMBDFS_HPP
-#include <new>
#include <cstdint>
#include <cstddef>