aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/vmsave.cpp
diff options
context:
space:
mode:
authorMarcus Comstedt2002-09-13 14:27:03 +0000
committerMarcus Comstedt2002-09-13 14:27:03 +0000
commit095640be3d6b99dc5395dc9301224210dca09668 (patch)
tree84f5bd736908e397c6b8c63ab82804f156d89364 /backends/dc/vmsave.cpp
parentf76527f4bf5d90c52b90856dd058858048b481bf (diff)
downloadscummvm-rg350-095640be3d6b99dc5395dc9301224210dca09668.tar.gz
scummvm-rg350-095640be3d6b99dc5395dc9301224210dca09668.tar.bz2
scummvm-rg350-095640be3d6b99dc5395dc9301224210dca09668.zip
Updated for new directory layout.
svn-id: r4931
Diffstat (limited to 'backends/dc/vmsave.cpp')
-rw-r--r--backends/dc/vmsave.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/dc/vmsave.cpp b/backends/dc/vmsave.cpp
index ef3999ddb9..af43479128 100644
--- a/backends/dc/vmsave.cpp
+++ b/backends/dc/vmsave.cpp
@@ -20,13 +20,13 @@
*
*/
-#include "stdafx.h"
-#include "scumm.h"
-#include "mididrv.h"
-#include "gameDetector.h"
+#include <common/scummsys.h>
+#include <common/stdafx.h>
+#include <common/engine.h>
+#include <common/gameDetector.h>
#include "dc.h"
#include "icon.h"
-#include "saveload.h"
+#include <scumm/saveload.h>
#include <ronin/zlib.h>