aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-08 22:45:28 +0000
committerEugene Sandulenko2010-10-08 22:45:28 +0000
commite11637c7bc41d59dc6a666d3f0399b9a699b2443 (patch)
tree10b071141979fd1533d0df1c9a63de5f949888e1 /engines/toon/toon.cpp
parent3aa0345ab3e609f84ba09461a5c89fca0fcc4107 (diff)
downloadscummvm-rg350-e11637c7bc41d59dc6a666d3f0399b9a699b2443.tar.gz
scummvm-rg350-e11637c7bc41d59dc6a666d3f0399b9a699b2443.tar.bz2
scummvm-rg350-e11637c7bc41d59dc6a666d3f0399b9a699b2443.zip
TOON: Normalized include paths
svn-id: r53089
Diffstat (limited to 'engines/toon/toon.cpp')
-rw-r--r--engines/toon/toon.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index dc96be9c34..ca1e9e845d 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -35,14 +35,14 @@
#include "gui/saveload.h"
#include "gui/about.h"
#include "gui/message.h"
-#include "resource.h"
-#include "toon.h"
-#include "anim.h"
-#include "picture.h"
-#include "hotspot.h"
-#include "flux.h"
-#include "drew.h"
-#include "path.h"
+#include "toon/resource.h"
+#include "toon/toon.h"
+#include "toon/anim.h"
+#include "toon/picture.h"
+#include "toon/hotspot.h"
+#include "toon/flux.h"
+#include "toon/drew.h"
+#include "toon/path.h"
namespace Toon {