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/server/events/Delta.hpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/server/events/Delta.hpp') diff --git a/src/server/events/Delta.hpp b/src/server/events/Delta.hpp index 1a7c2005..4d749f02 100644 --- a/src/server/events/Delta.hpp +++ b/src/server/events/Delta.hpp @@ -18,25 +18,35 @@ #define INGEN_EVENTS_DELTA_HPP #include "ClientUpdate.hpp" +#include "CompiledGraph.hpp" #include "ControlBindings.hpp" #include "Event.hpp" +#include "types.hpp" +#include "ingen/Properties.hpp" +#include "ingen/Resource.hpp" +#include "ingen/URI.hpp" #include "lilv/lilv.h" #include "raul/Maid.hpp" #include -#include #include #include #include namespace ingen { + +class Interface; +struct Delta; +struct Put; +struct SetProperty; + namespace server { -class CompiledGraph; class Engine; class GraphImpl; +class PreProcessContext; class RunContext; namespace events { -- cgit v1.2.1