aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/screen.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-13 20:05:19 -0400
committerPaul Gilbert2015-05-13 20:05:19 -0400
commit24b93a14be56725d65983082592029ee6d24f3c1 (patch)
tree9966a182f54813fbafd663d7708b9bc94c5013e0 /engines/sherlock/screen.h
parentafa49212e8dab03a48ec50c900a942c2843bce07 (diff)
downloadscummvm-rg350-24b93a14be56725d65983082592029ee6d24f3c1.tar.gz
scummvm-rg350-24b93a14be56725d65983082592029ee6d24f3c1.tar.bz2
scummvm-rg350-24b93a14be56725d65983082592029ee6d24f3c1.zip
SHERLOCK: Renamed graphics.cpp to surface.cpp
Diffstat (limited to 'engines/sherlock/screen.h')
-rw-r--r--engines/sherlock/screen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h
index 501506f8ec..1f3c23748f 100644
--- a/engines/sherlock/screen.h
+++ b/engines/sherlock/screen.h
@@ -26,8 +26,7 @@
#include "common/list.h"
#include "common/rect.h"
#include "common/serializer.h"
-#include "graphics/surface.h"
-#include "sherlock/graphics.h"
+#include "sherlock/surface.h"
#include "sherlock/resources.h"
namespace Sherlock {