aboutsummaryrefslogtreecommitdiff
path: root/engines/director/movie.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-12-24 00:02:44 +0100
committerEugene Sandulenko2019-12-24 00:19:27 +0100
commit121e42b88db8d3cb3790d1ba02b9e2b268b3d110 (patch)
tree1a3c8ab44c23bd1f01c36c709beb1b024cbc4d70 /engines/director/movie.cpp
parentb21b29a2f60b17c59792f04144776f7c85c5a8a9 (diff)
downloadscummvm-rg350-121e42b88db8d3cb3790d1ba02b9e2b268b3d110.tar.gz
scummvm-rg350-121e42b88db8d3cb3790d1ba02b9e2b268b3d110.tar.bz2
scummvm-rg350-121e42b88db8d3cb3790d1ba02b9e2b268b3d110.zip
DIRECTOR: More work on reducing header dependency
Diffstat (limited to 'engines/director/movie.cpp')
-rw-r--r--engines/director/movie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/movie.cpp b/engines/director/movie.cpp
index 9b1679f289..653afe13ba 100644
--- a/engines/director/movie.cpp
+++ b/engines/director/movie.cpp
@@ -21,10 +21,10 @@
*/
#include "common/system.h"
+#include "graphics/managed_surface.h"
#include "video/qt_decoder.h"
#include "director/movie.h"
-#include "director/score.h"
#include "director/util.h"
namespace Director {