Fix the build - Stack.h is now gone from the BFS directory.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14433 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-10-19 17:43:45 +00:00
parent 9a99234b1a
commit 944278d7ed
@@ -1,18 +1,18 @@
/* BPlusTree - BFS B+Tree implementation /* BPlusTree - BFS B+Tree implementation
** *
** Initial version by Axel Dörfler, [email protected] * Roughly based on 'btlib' written by Marcus J. Ranum - it shares
** Roughly based on 'btlib' written by Marcus J. Ranum * no code but achieves binary compatibility with the on disk format.
** *
** Copyright (c) 2001-2002 pinc Software. All Rights Reserved. * Copyright 2001-2005, Axel Dörfler, axeld@pinc-software.de.
** This file may be used under the terms of the OpenBeOS License. * This file may be used under the terms of the MIT License.
*/ */
#include "BPlusTree.h" #include "BPlusTree.h"
#include "Stack.h"
#include <boot/platform.h> #include <boot/platform.h>
#include <util/kernel_cpp.h> #include <util/kernel_cpp.h>
#include <util/Stack.h>
#include <TypeConstants.h> #include <TypeConstants.h>