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 --- SignalsPanel.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'SignalsPanel.c') diff --git a/SignalsPanel.c b/SignalsPanel.c index 0ebe16d3..7937c5dc 100644 --- a/SignalsPanel.c +++ b/SignalsPanel.c @@ -5,17 +5,16 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "Panel.h" #include "SignalsPanel.h" -#include -#include #include -#include +#include +#include "FunctionBar.h" #include "ListItem.h" +#include "Object.h" +#include "Panel.h" #include "Platform.h" -#include "RichString.h" #include "XUtils.h" -- cgit v1.2.3