Kaydet (Commit) 94e277e9 authored tarafından Herbert Dürr's avatar Herbert Dürr

the header file new.h is obsolete on our platforms

üst d9a81e07
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <hash_map> #include <hash_map>
#include <sal/config.h> #include <sal/config.h>
#include <malloc.h> #include <malloc.h>
#include <new.h>
#include <typeinfo.h> #include <typeinfo.h>
#include <signal.h> #include <signal.h>
......
...@@ -22,11 +22,7 @@ ...@@ -22,11 +22,7 @@
#ifndef _PORTXT_HXX #ifndef _PORTXT_HXX
#define _PORTXT_HXX #define _PORTXT_HXX
#ifdef GCC
#include <sys/types.h>
#else
#include <new.h> //fuer size_t, FIXEDMEM aus tools
#endif
#include <tools/mempool.hxx> #include <tools/mempool.hxx>
#include "porlin.hxx" #include "porlin.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment