summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 15:15:03 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commite56089e1fa880064999ed6881e93f500445eacfb (patch)
tree14cb774b63abff35d87e77bac204fecf9613ecb9 /Meter.c
parent20bd78493be0740f1eb2bfcb651b97e98f418e7a (diff)
Update includes based on IWYU
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Meter.c b/Meter.c
index a52082ac..86f88856 100644
--- a/Meter.c
+++ b/Meter.c
@@ -10,9 +10,7 @@ in the source distribution for its full text.
#include "Meter.h"
#include <assert.h>
-#include <limits.h>
#include <math.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -21,6 +19,7 @@ in the source distribution for its full text.
#include "Object.h"
#include "ProvideCurses.h"
#include "RichString.h"
+#include "Row.h"
#include "Settings.h"
#include "XUtils.h"

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