From 960371b741a8c578158b070e8ce6d5ec6beb3c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 11 Jun 2004 21:00:10 +0000 Subject: [PATCH] Replaced with - this is the kernel. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7913 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/util/AVLTreeMap.h | 2 +- headers/private/kernel/util/Constructor.h | 2 +- headers/private/kernel/util/Vector.h | 2 +- headers/private/kernel/util/VectorMap.h | 2 +- headers/private/kernel/util/VectorSet.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/headers/private/kernel/util/AVLTreeMap.h b/headers/private/kernel/util/AVLTreeMap.h index c772dc1acf..8057ecf8cd 100644 --- a/headers/private/kernel/util/AVLTreeMap.h +++ b/headers/private/kernel/util/AVLTreeMap.h @@ -28,9 +28,9 @@ #ifndef _AVL_TREE_MAP_H #define _AVL_TREE_MAP_H -#include #include +#include #include "MallocFreeAllocator.h" diff --git a/headers/private/kernel/util/Constructor.h b/headers/private/kernel/util/Constructor.h index 32fc276014..796b66b289 100644 --- a/headers/private/kernel/util/Constructor.h +++ b/headers/private/kernel/util/Constructor.h @@ -1,7 +1,7 @@ #ifndef _CONSTRUCTOR_H_ #define _CONSTRUCTOR_H_ -#include +#include template class Constructor { diff --git a/headers/private/kernel/util/Vector.h b/headers/private/kernel/util/Vector.h index d7f52a2b90..5548d76325 100644 --- a/headers/private/kernel/util/Vector.h +++ b/headers/private/kernel/util/Vector.h @@ -28,11 +28,11 @@ #ifndef _VECTOR_H #define _VECTOR_H -#include #include #include #include +#include template class VectorIterator; diff --git a/headers/private/kernel/util/VectorMap.h b/headers/private/kernel/util/VectorMap.h index 350535831f..4878e88fd0 100644 --- a/headers/private/kernel/util/VectorMap.h +++ b/headers/private/kernel/util/VectorMap.h @@ -28,12 +28,12 @@ #ifndef _VECTOR_MAP_H #define _VECTOR_MAP_H -#include #include #include #include +#include #include #include diff --git a/headers/private/kernel/util/VectorSet.h b/headers/private/kernel/util/VectorSet.h index 841ebc3c8c..32c39cd819 100644 --- a/headers/private/kernel/util/VectorSet.h +++ b/headers/private/kernel/util/VectorSet.h @@ -28,12 +28,12 @@ #ifndef _VECTOR_SET_H #define _VECTOR_SET_H -#include #include #include #include +#include #include // element orders