Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> --- And now for something completely different: a noncontroversial, trivially reviewable #include change! (right?) diff --git a/repair/rmap.c b/repair/rmap.c index 47828a06..019df71c 100644 --- a/repair/rmap.c +++ b/repair/rmap.c @@ -3,7 +3,7 @@ * Copyright (C) 2016 Oracle. All Rights Reserved. * Author: Darrick J. Wong <darrick.wong@xxxxxxxxxx> */ -#include <libxfs.h> +#include "libxfs.h" #include "btree.h" #include "err_protos.h" #include "libxlog.h" diff --git a/repair/slab.c b/repair/slab.c index ba5c2327..d5947a5a 100644 --- a/repair/slab.c +++ b/repair/slab.c @@ -3,7 +3,7 @@ * Copyright (C) 2016 Oracle. All Rights Reserved. * Author: Darrick J. Wong <darrick.wong@xxxxxxxxxx> */ -#include <libxfs.h> +#include "libxfs.h" #include "slab.h" #undef SLAB_DEBUG