From 3f22699030464fd69e108b3bd8373cf634bacb77 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 19 Dec 2014 15:31:00 +0100 Subject: btrfs-progs: move contents of math.h to utils.h and delete Signed-off-by: David Sterba --- volumes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'volumes.c') diff --git a/volumes.c b/volumes.c index a988cdbc..5ba5db5d 100644 --- a/volumes.c +++ b/volumes.c @@ -29,7 +29,7 @@ #include "transaction.h" #include "print-tree.h" #include "volumes.h" -#include "math.h" +#include "utils.h" struct stripe { struct btrfs_device *dev; -- cgit v1.2.3