Core: Linux warning fixes

This commit is contained in:
Connor McLaughlin
2020-01-09 08:46:52 +10:00
parent 06d26084fb
commit c52040434a
14 changed files with 29 additions and 26 deletions

View File

@ -1,7 +1,5 @@
#include "audio_stream.h"
#include "YBaseLib/Assert.h"
#include "YBaseLib/Log.h"
Log_SetChannel(Audio);
AudioStream::AudioStream() = default;