summaryrefslogtreecommitdiff
path: root/extent-tree.c
diff options
context:
space:
mode:
authorZhao Lei <zhaolei@cn.fujitsu.com>2015-10-26 18:28:22 +0800
committerDavid Sterba <dsterba@suse.com>2015-11-02 09:35:08 +0100
commitca582727e8393aec3f585ab77b66279970af18ed (patch)
tree0e8a3b02026f1b0178a314fbe5800afb6b51fdb9 /extent-tree.c
parent2b4000c551921cd71bf95ea841c2a3617a5999b0 (diff)
downloadbtrfs-progs-ca582727e8393aec3f585ab77b66279970af18ed.tar.gz
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 <zhaolei@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'extent-tree.c')
-rw-r--r--extent-tree.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
#include <stdint.h>
+#include <math.h>
#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