Replaced <new> with <util/kernel_cpp.h> - this is the kernel.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7913 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,9 +28,9 @@
|
|||||||
#ifndef _AVL_TREE_MAP_H
|
#ifndef _AVL_TREE_MAP_H
|
||||||
#define _AVL_TREE_MAP_H
|
#define _AVL_TREE_MAP_H
|
||||||
|
|
||||||
#include <new>
|
|
||||||
|
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
|
#include <util/kernel_cpp.h>
|
||||||
|
|
||||||
#include "MallocFreeAllocator.h"
|
#include "MallocFreeAllocator.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef _CONSTRUCTOR_H_
|
#ifndef _CONSTRUCTOR_H_
|
||||||
#define _CONSTRUCTOR_H_
|
#define _CONSTRUCTOR_H_
|
||||||
|
|
||||||
#include <new>
|
#include <util/kernel_cpp.h>
|
||||||
|
|
||||||
template <class DataType>
|
template <class DataType>
|
||||||
class Constructor {
|
class Constructor {
|
||||||
|
|||||||
@@ -28,11 +28,11 @@
|
|||||||
#ifndef _VECTOR_H
|
#ifndef _VECTOR_H
|
||||||
#define _VECTOR_H
|
#define _VECTOR_H
|
||||||
|
|
||||||
#include <new>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
#include <util/kernel_cpp.h>
|
||||||
|
|
||||||
template<typename Value> class VectorIterator;
|
template<typename Value> class VectorIterator;
|
||||||
|
|
||||||
|
|||||||
@@ -28,12 +28,12 @@
|
|||||||
#ifndef _VECTOR_MAP_H
|
#ifndef _VECTOR_MAP_H
|
||||||
#define _VECTOR_MAP_H
|
#define _VECTOR_MAP_H
|
||||||
|
|
||||||
#include <new>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
#include <util/kernel_cpp.h>
|
||||||
#include <KernelUtilsOrder.h>
|
#include <KernelUtilsOrder.h>
|
||||||
#include <Vector.h>
|
#include <Vector.h>
|
||||||
|
|
||||||
|
|||||||
@@ -28,12 +28,12 @@
|
|||||||
#ifndef _VECTOR_SET_H
|
#ifndef _VECTOR_SET_H
|
||||||
#define _VECTOR_SET_H
|
#define _VECTOR_SET_H
|
||||||
|
|
||||||
#include <new>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
#include <util/kernel_cpp.h>
|
||||||
#include <Vector.h>
|
#include <Vector.h>
|
||||||
|
|
||||||
// element orders
|
// element orders
|
||||||
|
|||||||
Reference in New Issue
Block a user