aboutsummaryrefslogtreecommitdiffstats
path: root/scrub
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-09-09 15:37:06 -0400
committerEric Sandeen <sandeen@redhat.com>2019-09-09 15:37:06 -0400
commitb4a09f896d35e0883ebcf394aef0b97d9ae96eb7 (patch)
treea90d7f08bf859ed97f6fda4636b53112ce227d98 /scrub
parent7478c2e3699b7a4d93d7b146ab12c5e54a9030e5 (diff)
downloadxfsprogs-dev-b4a09f896d35e0883ebcf394aef0b97d9ae96eb7.tar.gz
libfrog: move avl64.h to libfrog/
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>
Diffstat (limited to 'scrub')
-rw-r--r--scrub/phase1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrub/phase1.c b/scrub/phase1.c
index 81b0990dce..6d1cbe25c6 100644
--- a/scrub/phase1.c
+++ b/scrub/phase1.c
@@ -19,7 +19,7 @@
#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"