From 0f5262917fab34b44b43f63946fdf6bb0621875a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Sep 2020 13:55:23 +0200 Subject: Make all required includes explicit Information as seen by IWYU 0.12 + clang 9 on Linux --- Settings.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Settings.c') diff --git a/Settings.c b/Settings.c index fd623ad8..ac8321a0 100644 --- a/Settings.c +++ b/Settings.c @@ -7,15 +7,17 @@ in the source distribution for its full text. #include "Settings.h" +#include +#include +#include +#include + #include "CRT.h" +#include "Macros.h" +#include "Meter.h" #include "Platform.h" -#include "Vector.h" #include "XUtils.h" -#include -#include -#include -#include void Settings_delete(Settings* this) { free(this->filename); -- cgit v1.2.3