aboutsummaryrefslogtreecommitdiff
path: root/common/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/memory.h')
-rw-r--r--common/memory.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/memory.h b/common/memory.h
index 1870850d27..0e5a97c20b 100644
--- a/common/memory.h
+++ b/common/memory.h
@@ -24,16 +24,6 @@
#include "common/scummsys.h"
-// FIXME: We sadly can't assume standard C++ headers to be present on every
-// system we support, so we should get rid of this. The solution should be to
-// write a simple placement new on our own. It might be noteworthy we can't
-// easily do that for systems which do have a <new>, since it might clash with
-// the default definition otherwise!
-// Symbian does not have <new> but the new operator
-#if !defined(__SYMBIAN32__)
-#include <new>
-#endif
-
namespace Common {
/**