summaryrefslogtreecommitdiffstats
path: root/MemorySwapMeter.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-24 17:27:43 +0200
committerBenBE <BenBE@geshi.org>2021-08-25 09:54:30 +0200
commit2bf626c4e4c827397d40c0b84a5023c308aeec73 (patch)
tree391a6c42965af343cf9b356eb9a22c9d81171194 /MemorySwapMeter.c
parentfecf09336755582cf1c64ecb89fcb2181c87c681 (diff)
IWYU update
Diffstat (limited to 'MemorySwapMeter.c')
-rw-r--r--MemorySwapMeter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/MemorySwapMeter.c b/MemorySwapMeter.c
index 3371133c..b653cf21 100644
--- a/MemorySwapMeter.c
+++ b/MemorySwapMeter.c
@@ -7,15 +7,15 @@ in the source distribution for its full text.
#include "MemorySwapMeter.h"
-#include <math.h>
+#include <assert.h>
#include <stddef.h>
+#include <stdlib.h>
-#include "CRT.h"
+#include "Macros.h"
#include "MemoryMeter.h"
#include "Object.h"
-#include "Platform.h"
-#include "RichString.h"
#include "SwapMeter.h"
+#include "XUtils.h"
typedef struct MemorySwapMeterData_ {

© 2014-2024 Faster IT GmbH | imprint | privacy policy