From 7c1cf617282c591dff85df164c178198a0ce7738 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 10:06:31 +0200 Subject: thread/{Cond,Mutex}: use "class" instead of "typedef" Allows forward-declaration. --- test/dump_playlist.cxx | 1 + test/dump_text_file.cxx | 1 + test/read_tags.cxx | 1 + test/run_decoder.cxx | 1 + test/run_input.cxx | 1 + 5 files changed, 5 insertions(+) (limited to 'test') diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index 2f6b3ed2a..90cbc4564 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -32,6 +32,7 @@ #include "PlaylistPlugin.hxx" #include "fs/Path.hxx" #include "util/Error.hxx" +#include "thread/Cond.hxx" #include "Log.hxx" #include diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx index 685f0fbb9..00281bd8b 100644 --- a/test/dump_text_file.cxx +++ b/test/dump_text_file.cxx @@ -25,6 +25,7 @@ #include "stdbin.h" #include "TextInputStream.hxx" #include "util/Error.hxx" +#include "thread/Cond.hxx" #include "Log.hxx" #ifdef ENABLE_ARCHIVE diff --git a/test/read_tags.cxx b/test/read_tags.cxx index b4e5b2bb0..f98de3d66 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -28,6 +28,7 @@ #include "tag/TagId3.hxx" #include "tag/ApeTag.hxx" #include "util/Error.hxx" +#include "thread/Cond.hxx" #include "Log.hxx" #include diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index c2aa1d7d6..7efb9d906 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -25,6 +25,7 @@ #include "InputStream.hxx" #include "AudioFormat.hxx" #include "util/Error.hxx" +#include "thread/Cond.hxx" #include "Log.hxx" #include "stdbin.h" diff --git a/test/run_input.cxx b/test/run_input.cxx index d278676ce..042c7ddd0 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -26,6 +26,7 @@ #include "InputInit.hxx" #include "IOThread.hxx" #include "util/Error.hxx" +#include "thread/Cond.hxx" #include "Log.hxx" #ifdef ENABLE_ARCHIVE -- cgit v1.2.3