mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
platform-dependent files included relative to main source directory
This commit is contained in:
@ -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 <stddef.h>
|
||||
|
||||
@ -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
|
||||
|
Reference in New Issue
Block a user