M4: Remove unnecessary reference to file.h
svn-id: r54563
This commit is contained in:
parent
179734a082
commit
2cae2fc4d0
1 changed files with 4 additions and 1 deletions
|
@ -30,10 +30,13 @@
|
||||||
#include "common/array.h"
|
#include "common/array.h"
|
||||||
#include "common/hashmap.h"
|
#include "common/hashmap.h"
|
||||||
#include "common/rect.h"
|
#include "common/rect.h"
|
||||||
#include "common/file.h"
|
|
||||||
#include "common/list.h"
|
#include "common/list.h"
|
||||||
#include "common/ptr.h"
|
#include "common/ptr.h"
|
||||||
|
|
||||||
|
namespace Common {
|
||||||
|
class SeekableReadStream;
|
||||||
|
}
|
||||||
|
|
||||||
namespace M4 {
|
namespace M4 {
|
||||||
|
|
||||||
class MadsM4Engine;
|
class MadsM4Engine;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue