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 --- DisplayOptionsPanel.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'DisplayOptionsPanel.c') diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c index d667ab7f..6fa2d39c 100644 --- a/DisplayOptionsPanel.c +++ b/DisplayOptionsPanel.c @@ -5,14 +5,19 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ +#include "config.h" // IWYU pragma: keep + #include "DisplayOptionsPanel.h" -#include +#include #include -#include #include "CheckItem.h" #include "CRT.h" +#include "FunctionBar.h" +#include "Header.h" +#include "Object.h" +#include "ProvideCurses.h" #include "XUtils.h" -- cgit v1.2.3