cleaned up includes with iwyu

This commit is contained in:
mayurdahibhate
2021-04-29 20:42:43 +05:30
committed by BenBE
parent d9c95369bc
commit 1b74dfe187
71 changed files with 92 additions and 29 deletions

View File

@ -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"

View File

@ -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;

View File

@ -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"

View File

@ -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;