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/Parser.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Parser.cpp') diff --git a/src/Parser.cpp b/src/Parser.cpp index 1b86285a..7a3f594c 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -30,9 +30,7 @@ #include "ingen/filesystem.hpp" #include "ingen/paths.hpp" #include "lv2/atom/atom.h" -#include "lv2/atom/forge.h" #include "lv2/core/lv2.h" -#include "lv2/urid/urid.h" #include "raul/Path.hpp" #include "raul/Symbol.hpp" #include "serd/serd.h" -- cgit v1.2.1