M4: Remove unnecessary reference to file.h

svn-id: r54563
This commit is contained in:
Max Horn 2010-11-28 23:39:02 +00:00
parent 179734a082
commit 2cae2fc4d0

View file

@ -30,10 +30,13 @@
#include "common/array.h"
#include "common/hashmap.h"
#include "common/rect.h"
#include "common/file.h"
#include "common/list.h"
#include "common/ptr.h"
namespace Common {
class SeekableReadStream;
}
namespace M4 {
class MadsM4Engine;