1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-24 21:11:36 +00:00

Remove unneeded forward declaration

This commit is contained in:
scrawl 2016-02-08 16:27:28 +01:00
parent b2019d31c7
commit 84f01b7527

View file

@ -37,7 +37,6 @@ namespace SceneUtil
OpenThreads::Condition mCondition;
};
class WorkQueue;
class WorkThread;
/// @brief A work queue that users can push work items onto, to be completed by one or more background threads.