mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
15 lines
199 B
C
15 lines
199 B
C
|
/*
|
||
|
* Copyright (C) 2002 Marcus Overhagen
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
* Distributed under the terms of the MIT license
|
||
|
*/
|
||
|
#ifndef _NEW_H
|
||
|
#define _NEW_H
|
||
|
|
||
|
#include <new>
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
#endif
|