Move this header to libfrog since the code is there already.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
workqueue.c
HFILES = \
+avl64.h \
bulkstat.h \
crc32defs.h \
crc32table.h \
* Copyright (c) 2000-2002,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*/
-#ifndef __XR_AVL64_H__
-#define __XR_AVL64_H__
+#ifndef __LIBFROG_AVL64_H__
+#define __LIBFROG_AVL64_H__
#include <sys/types.h>
#define AVL_EXCLUDE_ZEROLEN 0x0001
#endif
-#endif /* __XR_AVL64_H__ */
+#endif /* __LIBFROG_AVL64_H__ */
#include "agheader.h"
#include "protos.h"
#include "err_protos.h"
-#include "avl64.h"
+#include "libfrog/avl64.h"
#include "threads.h"
/*
#include <sys/resource.h>
#include "xfs_multidisk.h"
#include "avl.h"
-#include "avl64.h"
+#include "libfrog/avl64.h"
#include "globals.h"
#include "versions.h"
#include "agheader.h"
#include "path.h"
#include "handle.h"
#include "bitops.h"
-#include "avl64.h"
+#include "libfrog/avl64.h"
#include "list.h"
#include "xfs_scrub.h"
#include "common.h"