removed ChunkCache.h from shared private include files
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10072 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,11 +3,12 @@
|
|||||||
|
|
||||||
#include "ReaderPlugin.h"
|
#include "ReaderPlugin.h"
|
||||||
#include "DecoderPlugin.h"
|
#include "DecoderPlugin.h"
|
||||||
#include "ChunkCache.h"
|
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
namespace media {
|
namespace media {
|
||||||
|
|
||||||
|
class ChunkCache;
|
||||||
|
|
||||||
struct stream_info
|
struct stream_info
|
||||||
{
|
{
|
||||||
status_t status;
|
status_t status;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#include "MediaExtractor.h"
|
#include "MediaExtractor.h"
|
||||||
#include "PluginManager.h"
|
#include "PluginManager.h"
|
||||||
|
#include "ChunkCache.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
#include <Autolock.h>
|
#include <Autolock.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user