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/ingen/ingen.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/ingen') diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index bdba2389..29aad4ce 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -14,17 +14,22 @@ along with Ingen. If not, see . */ +#include "ingen/Atom.hpp" #include "ingen/Configuration.hpp" #include "ingen/EngineBase.hpp" +#include "ingen/FilePath.hpp" #include "ingen/Interface.hpp" -#include "ingen/Log.hpp" +#include "ingen/Message.hpp" #include "ingen/Parser.hpp" +#include "ingen/URI.hpp" #include "ingen/World.hpp" +#include "ingen/fmt.hpp" #include "ingen/paths.hpp" #include "ingen/runtime_paths.hpp" #include "ingen_config.h" #include "raul/Path.hpp" #include "raul/Symbol.hpp" +#include "serd/serd.h" #ifdef HAVE_SOCKET #include "ingen/client/SocketClient.hpp" -- cgit v1.2.1