From 8014f25f6db719fa62336f997963532a14c568f6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 21 Jan 2012 04:30:10 -0800 Subject: Major restructuring of the code. --- src/misc/avl/avl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/misc/avl') diff --git a/src/misc/avl/avl.h b/src/misc/avl/avl.h index 50a06b69..141e4f56 100644 --- a/src/misc/avl/avl.h +++ b/src/misc/avl/avl.h @@ -7,8 +7,8 @@ * $Date: 1994/07/15 23:00:40 $ * */ -#ifndef AVL_INCLUDED -#define AVL_INCLUDED +#ifndef ABC__misc__avl__avl_h +#define ABC__misc__avl__avl_h ABC_NAMESPACE_HEADER_START -- cgit v1.2.3