AdapterIO: Don't inclue RWLocker header in public file

This commit is contained in:
Barrett17 2019-02-17 14:22:30 +01:00
parent 0b2683b543
commit 784c192df2
2 changed files with 4 additions and 1 deletions

View File

@ -8,10 +8,12 @@
#include <MediaIO.h>
#include <OS.h>
#include <RWLocker.h>
#include <SupportDefs.h>
class RWLocker;
namespace BCodecKit {

View File

@ -8,6 +8,7 @@
#include <AdapterIO.h>
#include <MediaIO.h>
#include <RWLocker.h>
#include <string.h>