aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/fonts.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-10 19:58:04 -0400
committerPaul Gilbert2015-06-10 19:58:04 -0400
commitdd1781a3f29fdcaad7b3551872e5246e4f694389 (patch)
treeef58242f358eb9c3983d281366810e986f00dd6f /engines/sherlock/fonts.cpp
parent1dda0f6c406524e1b998da27743631d2ba227505 (diff)
downloadscummvm-rg350-dd1781a3f29fdcaad7b3551872e5246e4f694389.tar.gz
scummvm-rg350-dd1781a3f29fdcaad7b3551872e5246e4f694389.tar.bz2
scummvm-rg350-dd1781a3f29fdcaad7b3551872e5246e4f694389.zip
SHERLOCK: Split up image file classes into their own file
Diffstat (limited to 'engines/sherlock/fonts.cpp')
-rw-r--r--engines/sherlock/fonts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/fonts.cpp b/engines/sherlock/fonts.cpp
index 3ef2082171..e7173f03d0 100644
--- a/engines/sherlock/fonts.cpp
+++ b/engines/sherlock/fonts.cpp
@@ -22,7 +22,7 @@
#include "common/system.h"
#include "sherlock/fonts.h"
-#include "sherlock/resources.h"
+#include "sherlock/image_file.h"
#include "sherlock/surface.h"
namespace Sherlock {