aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-09-05 11:41:39 +0000
committerNicola Mettifogo2008-09-05 11:41:39 +0000
commit12106a159912055d77668f8436c1a1e87d6c0f4e (patch)
tree102603ccde53c12975cb3010cc37e34ad52bc025 /sound/vorbis.cpp
parent5c0b91397d559f0a62412a135324f974e50a18eb (diff)
downloadscummvm-rg350-12106a159912055d77668f8436c1a1e87d6c0f4e.tar.gz
scummvm-rg350-12106a159912055d77668f8436c1a1e87d6c0f4e.tar.bz2
scummvm-rg350-12106a159912055d77668f8436c1a1e87d6c0f4e.zip
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
Diffstat (limited to 'sound/vorbis.cpp')
-rw-r--r--sound/vorbis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp
index 64f67d2a13..da29b1b454 100644
--- a/sound/vorbis.cpp
+++ b/sound/vorbis.cpp
@@ -27,7 +27,7 @@
#ifdef USE_VORBIS
-#include "common/file.h"
+#include "common/stream.h"
#include "common/util.h"
#include "sound/audiostream.h"