summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 00:25:59 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 00:25:59 -0400
commit607f8d1b51f28dba773a1304b0a46314a326bf09 (patch)
tree1cb03517e1f5246d8822b6af639d357b6b41f3b2 /tests
parent11b57c89ea8e7d1333f859515233484ac9749729 (diff)
downloadingen-607f8d1b51f28dba773a1304b0a46314a326bf09.tar.gz
ingen-607f8d1b51f28dba773a1304b0a46314a326bf09.tar.bz2
ingen-607f8d1b51f28dba773a1304b0a46314a326bf09.zip
Clean up includes and forward declarations
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp1
-rw-r--r--tests/test_utils.hpp4
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index ca026e4a..b1705dfa 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -45,7 +45,6 @@
#include <iostream>
#include <map>
#include <memory>
-#include <sstream>
#include <string>
#include <utility>
diff --git a/tests/test_utils.hpp b/tests/test_utils.hpp
index 57446ac5..e595b7c8 100644
--- a/tests/test_utils.hpp
+++ b/tests/test_utils.hpp
@@ -14,13 +14,13 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-// IWYU pragma: no_include "ingen/FilePath.hpp"
-
#include "ingen/fmt.hpp"
#include <iostream>
#include <string>
+// IWYU pragma: no_include "ingen/FilePath.hpp"
+
#define EXPECT_TRUE(value) \
do { \
if (!(value)) { \