summaryrefslogtreecommitdiff
path: root/volumes.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-12-19 15:31:00 +0100
committerDavid Sterba <dsterba@suse.cz>2014-12-19 15:31:00 +0100
commit3f22699030464fd69e108b3bd8373cf634bacb77 (patch)
tree4cc6cd5646aad62e7940cc559747aa41a9d37c5a /volumes.c
parent0e4e1b1ed92bb687bd5a7decc3b54118b6cf401b (diff)
btrfs-progs: move contents of math.h to utils.h and delete
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'volumes.c')
-rw-r--r--volumes.c2
1 files changed, 1 insertions, 1 deletions
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;