From ca582727e8393aec3f585ab77b66279970af18ed Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Mon, 26 Oct 2015 18:28:22 +0800 Subject: btrfs-progs: use system's default path for math.h Line of #include "math.h" in extent-tree.c using quotas is historical reason, (we had custom math.h before). Use "<>" instead of quotes in this header file. Signed-off-by: Zhao Lei Signed-off-by: David Sterba --- extent-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extent-tree.c') diff --git a/extent-tree.c b/extent-tree.c index 97cf961..e04d962 100644 --- a/extent-tree.c +++ b/extent-tree.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "kerncompat.h" #include "radix-tree.h" #include "ctree.h" @@ -28,7 +29,6 @@ #include "crc32c.h" #include "volumes.h" #include "free-space-cache.h" -#include "math.h" #include "utils.h" #define PENDING_EXTENT_INSERT 0 -- cgit v1.2.1