diff options
author | RichieSams | 2013-11-01 00:58:43 -0500 |
---|---|---|
committer | RichieSams | 2013-11-01 02:52:57 -0500 |
commit | e50797d6b1c6775271523f2ce55cb1896178bb5d (patch) | |
tree | a05c6e3641fdddca2784b4cf36f46baa8c16ac8d /engines/zvision/animation | |
parent | 5842c5098fbd00c8ab5245ba1d6ca9c2675e3da4 (diff) | |
download | scummvm-rg350-e50797d6b1c6775271523f2ce55cb1896178bb5d.tar.gz scummvm-rg350-e50797d6b1c6775271523f2ce55cb1896178bb5d.tar.bz2 scummvm-rg350-e50797d6b1c6775271523f2ce55cb1896178bb5d.zip |
ZVISION: Update includes to use the new file structure
Diffstat (limited to 'engines/zvision/animation')
-rw-r--r-- | engines/zvision/animation/rlf_animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/animation/rlf_animation.cpp b/engines/zvision/animation/rlf_animation.cpp index 5f1d41daae..c7307265c0 100644 --- a/engines/zvision/animation/rlf_animation.cpp +++ b/engines/zvision/animation/rlf_animation.cpp @@ -22,7 +22,7 @@ #include "common/scummsys.h" -#include "zvision/rlf_animation.h" +#include "zvision/animation/rlf_animation.h" #include "common/str.h" #include "common/file.h" |