From 12106a159912055d77668f8436c1a1e87d6c0f4e Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Fri, 5 Sep 2008 11:41:39 +0000 Subject: Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. svn-id: r34343 --- graphics/dxa_player.cpp | 1 + graphics/dxa_player.h | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/dxa_player.cpp b/graphics/dxa_player.cpp index 28a1bc4dbd..f4c93a51f1 100644 --- a/graphics/dxa_player.cpp +++ b/graphics/dxa_player.cpp @@ -24,6 +24,7 @@ */ #include "common/endian.h" +#include "common/file.h" #include "graphics/dxa_player.h" #include "common/util.h" diff --git a/graphics/dxa_player.h b/graphics/dxa_player.h index 5415e440d2..dbe39bbcee 100644 --- a/graphics/dxa_player.h +++ b/graphics/dxa_player.h @@ -27,11 +27,7 @@ #define GRAPHICS_DXA_PLAYER_H #include "common/scummsys.h" -#include "common/file.h" - -namespace Common { - class File; -} +#include "common/stream.h" namespace Graphics { -- cgit v1.2.3