summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-03 12:34:15 +0200
committerDavid Robillard <d@drobilla.net>2020-08-03 12:34:15 +0200
commit5e3d6fd5cf29ce89741fdd5c61dfa62877d276d2 (patch)
tree8efa2c487c555850e61833b771cfc36056858975 /tests
parent7f711e938900cc7ab714ebb5279d2312964a41b1 (diff)
downloadingen-5e3d6fd5cf29ce89741fdd5c61dfa62877d276d2.tar.gz
ingen-5e3d6fd5cf29ce89741fdd5c61dfa62877d276d2.tar.bz2
ingen-5e3d6fd5cf29ce89741fdd5c61dfa62877d276d2.zip
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_bench.cpp1
-rw-r--r--tests/ingen_test.cpp3
-rw-r--r--tests/tst_FilePath.cpp1
3 files changed, 2 insertions, 3 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp
index 05cf5387..83fbef31 100644
--- a/tests/ingen_bench.cpp
+++ b/tests/ingen_bench.cpp
@@ -27,6 +27,7 @@
#include <cstdint>
#include <cstdio>
#include <cstdlib>
+#include <exception>
#include <iostream>
#include <memory>
#include <string>
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 367c9e2b..291c725e 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -15,18 +15,15 @@
*/
#include "TestClient.hpp"
-#include "ingen_config.h"
#include "ingen/Atom.hpp"
#include "ingen/AtomForge.hpp"
#include "ingen/AtomReader.hpp"
-#include "ingen/AtomWriter.hpp"
#include "ingen/Configuration.hpp"
#include "ingen/EngineBase.hpp"
#include "ingen/FilePath.hpp"
#include "ingen/Interface.hpp"
#include "ingen/Parser.hpp"
-#include "ingen/Properties.hpp"
#include "ingen/Serialiser.hpp"
#include "ingen/Store.hpp"
#include "ingen/URI.hpp"
diff --git a/tests/tst_FilePath.cpp b/tests/tst_FilePath.cpp
index cfff2760..34ff09da 100644
--- a/tests/tst_FilePath.cpp
+++ b/tests/tst_FilePath.cpp
@@ -20,6 +20,7 @@
#include "ingen/fmt.hpp"
#include <boost/utility/string_view.hpp>
+#include <boost/utility/string_view_fwd.hpp>
#include <string>