From 5e3d6fd5cf29ce89741fdd5c61dfa62877d276d2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2020 12:34:15 +0200 Subject: Clean up includes As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. --- src/gui/ConnectWindow.hpp | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'src/gui/ConnectWindow.hpp') diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 6d0b6f5a..0eaf7bb3 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -20,21 +20,24 @@ #include "Window.hpp" #include "ingen/Message.hpp" -#include "lilv/lilv.h" -#include -#include -#include -#include -#include -#include -#include -#include +#include #include #include #include +namespace Gtk { +class Builder; +class Button; +class Entry; +class Image; +class Label; +class ProgressBar; +class RadioButton; +class SpinButton; +} // namespace Gtk + namespace ingen { class Interface; -- cgit v1.2.1