From 3f86a011e6804e2fc94c3dbc9c627d0f468d787a Mon Sep 17 00:00:00 2001 From: mayurdahibhate Date: Thu, 29 Apr 2021 23:43:36 +0530 Subject: platform-dependent files included relative to main source directory --- zfs/ZfsArcMeter.c | 5 +++-- zfs/ZfsArcMeter.h | 2 +- zfs/ZfsCompressedArcMeter.c | 2 +- zfs/ZfsCompressedArcMeter.h | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) (limited to 'zfs') diff --git a/zfs/ZfsArcMeter.c b/zfs/ZfsArcMeter.c index 47812e02..7653a351 100644 --- a/zfs/ZfsArcMeter.c +++ b/zfs/ZfsArcMeter.c @@ -5,8 +5,7 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "ZfsArcMeter.h" -#include "ZfsArcStats.h" +#include "zfs/ZfsArcMeter.h" #include @@ -15,6 +14,8 @@ in the source distribution for its full text. #include "Platform.h" #include "RichString.h" +#include "zfs/ZfsArcStats.h" + static const int ZfsArcMeter_attributes[] = { ZFS_MFU, ZFS_MRU, ZFS_ANON, ZFS_HEADER, ZFS_OTHER diff --git a/zfs/ZfsArcMeter.h b/zfs/ZfsArcMeter.h index d258986d..19a04542 100644 --- a/zfs/ZfsArcMeter.h +++ b/zfs/ZfsArcMeter.h @@ -7,7 +7,7 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "ZfsArcStats.h" +#include "zfs/ZfsArcStats.h" #include "Meter.h" diff --git a/zfs/ZfsCompressedArcMeter.c b/zfs/ZfsCompressedArcMeter.c index 5f9511c1..29ac3c44 100644 --- a/zfs/ZfsCompressedArcMeter.c +++ b/zfs/ZfsCompressedArcMeter.c @@ -5,7 +5,7 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "ZfsCompressedArcMeter.h" +#include "zfs/ZfsCompressedArcMeter.h" #include diff --git a/zfs/ZfsCompressedArcMeter.h b/zfs/ZfsCompressedArcMeter.h index edfc5cb4..9a534303 100644 --- a/zfs/ZfsCompressedArcMeter.h +++ b/zfs/ZfsCompressedArcMeter.h @@ -7,7 +7,7 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "ZfsArcStats.h" +#include "zfs/ZfsArcStats.h" #include "Meter.h" -- cgit v1.2.3