Slab.h no longer includes Depot.h.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22647 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-10-21 20:56:34 +00:00
parent b623d277fa
commit 23128566a4
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -9,8 +9,6 @@
#define _SLAB_SLAB_H_
#include <slab/Depot.h>
#include <KernelExport.h>
#include <OS.h>
+2 -1
View File
@@ -6,7 +6,6 @@
* Hugo Santos, [email protected]
*/
#include <Slab.h>
#include "slab_private.h"
@@ -17,7 +16,9 @@
#include <KernelExport.h>
#include <Depot.h>
#include <kernel.h>
#include <Slab.h>
#include <smp.h>
#include <util/AutoLock.h>
#include <util/DoublyLinkedList.h>