From 944278d7ed9ba7a134dd480c74932838a784fc68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 19 Oct 2005 17:43:45 +0000 Subject: [PATCH] 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 --- .../boot/loader/file_systems/bfs/BPlusTree.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp b/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp index ee2ac3bb64..7e2cf779f5 100644 --- a/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp +++ b/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp @@ -1,18 +1,18 @@ /* BPlusTree - BFS B+Tree implementation -** -** Initial version by Axel Dörfler, axeld@pinc-software.de -** Roughly based on 'btlib' written by Marcus J. Ranum -** -** Copyright (c) 2001-2002 pinc Software. All Rights Reserved. -** This file may be used under the terms of the OpenBeOS License. -*/ + * + * Roughly based on 'btlib' written by Marcus J. Ranum - it shares + * no code but achieves binary compatibility with the on disk format. + * + * Copyright 2001-2005, Axel Dörfler, axeld@pinc-software.de. + * This file may be used under the terms of the MIT License. + */ #include "BPlusTree.h" -#include "Stack.h" #include #include +#include #include