thread/{Cond,Mutex}: use "class" instead of "typedef"

Allows forward-declaration.
This commit is contained in:
Max Kellermann
2013-10-17 10:06:31 +02:00
parent eb10d08671
commit 7c1cf61728
19 changed files with 25 additions and 21 deletions

View File

@@ -24,6 +24,7 @@
#include "DecoderList.hxx"
#include "DecoderPlugin.hxx"
#include "InputStream.hxx"
#include "thread/Cond.hxx"
#include <assert.h>
#include <unistd.h> /* for SEEK_SET */