mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
cleaned up includes with iwyu
This commit is contained in:
@ -8,6 +8,8 @@ in the source distribution for its full text.
|
||||
#include "ZfsArcMeter.h"
|
||||
#include "ZfsArcStats.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "CRT.h"
|
||||
#include "Object.h"
|
||||
#include "Platform.h"
|
||||
|
@ -11,6 +11,7 @@ in the source distribution for its full text.
|
||||
|
||||
#include "Meter.h"
|
||||
|
||||
|
||||
void ZfsArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
|
||||
|
||||
extern const MeterClass ZfsArcMeter_class;
|
||||
|
@ -7,13 +7,14 @@ in the source distribution for its full text.
|
||||
|
||||
#include "ZfsCompressedArcMeter.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "CRT.h"
|
||||
#include "Meter.h"
|
||||
#include "Object.h"
|
||||
#include "Platform.h"
|
||||
#include "RichString.h"
|
||||
#include "XUtils.h"
|
||||
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
|
||||
|
@ -11,6 +11,7 @@ in the source distribution for its full text.
|
||||
|
||||
#include "Meter.h"
|
||||
|
||||
|
||||
void ZfsCompressedArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
|
||||
|
||||
extern const MeterClass ZfsCompressedArcMeter_class;
|
||||
|
Reference in New Issue
Block a user