* Removed all Id tags.
[cacao.git] / src / toolbox / tree.c
index c7502a2a0663c15c7ea66592a14a388b42a2bf54..e76fd23c63a97f110c812d11c83def54e1606ae7 100644 (file)
@@ -1,10 +1,9 @@
 /* toolbox/tree.h - binary tree management
 
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-   Institut f. Computersprachen, TU Wien
-   R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser, M. Probst,
-   S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich,
-   J. Wenninger
+   Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel,
+   C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
+   E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
+   J. Wenninger, Institut f. Computersprachen - TU Wien
 
    This file is part of CACAO.
 
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.
 
-   Contact: cacao@complang.tuwien.ac.at
+   Contact: cacao@cacaojvm.org
 
    Authors: Reinhard Grafl
 
-   $Id: tree.c 1141 2004-06-05 23:19:24Z twisti $
 
 */
 
@@ -35,8 +33,7 @@
 #include <stdio.h>
 #include <assert.h>
 
-#include "global.h"
-#include "toolbox/memory.h"
+#include "mm/memory.h"
 #include "toolbox/tree.h"