1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00

Remove useless include

This commit is contained in:
Daniel Evans 2016-08-10 22:31:35 +01:00
parent d414991d68
commit 0a982c1fca

View File

@ -32,7 +32,6 @@ void ScriptMachine::interuptNext()
interupt = true;
}
#include <iostream>
void ScriptMachine::executeThread(SCMThread &t, int msPassed)
{
if( t.wakeCounter > 0 ) {