We now use the kernel's Stack class instead of our own copy.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14417 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-10-18 20:03:00 +00:00
parent 0bf62ebece
commit b68efdcaa7
5 changed files with 6 additions and 70 deletions
@@ -12,9 +12,9 @@
#include "BPlusTree.h"
#include "Inode.h"
#include "Utility.h"
#include "Stack.h"
#include <util/kernel_cpp.h>
#include <util/Stack.h>
#include <TypeConstants.h>
#include <string.h>