aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/fixed_image.h
diff options
context:
space:
mode:
authorLe Philousophe2019-05-26 19:09:34 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit28206dd554d38ca154b78bf0c349d1a966c31826 (patch)
tree9d1209c66b136c02a539b979786d611304ea5b78 /engines/cryomni3d/fixed_image.h
parentff197718c239e10209d8eaf26c90c11af5ed1c80 (diff)
downloadscummvm-rg350-28206dd554d38ca154b78bf0c349d1a966c31826.tar.gz
scummvm-rg350-28206dd554d38ca154b78bf0c349d1a966c31826.tar.bz2
scummvm-rg350-28206dd554d38ca154b78bf0c349d1a966c31826.zip
CRYOMNI3D: Fix include paths
Diffstat (limited to 'engines/cryomni3d/fixed_image.h')
-rw-r--r--engines/cryomni3d/fixed_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryomni3d/fixed_image.h b/engines/cryomni3d/fixed_image.h
index 92445edc94..c1e7fd4710 100644
--- a/engines/cryomni3d/fixed_image.h
+++ b/engines/cryomni3d/fixed_image.h
@@ -25,8 +25,8 @@
#include "common/func.h"
-#include "engines/cryomni3d/cryomni3d.h"
-#include "engines/cryomni3d/objects.h"
+#include "cryomni3d/cryomni3d.h"
+#include "cryomni3d/objects.h"
namespace Graphics {
struct Surface;