Don't use <new.h> - there is <new> for you.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18492 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-08-11 20:08:51 +00:00
parent ed0d15ba46
commit 0240ccffa0

View File

@ -22,7 +22,7 @@
#include "config.h"
#include <new.h>
#include <new>
#include <OS.h>
#include <assert.h>