aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/vmsave.cpp
diff options
context:
space:
mode:
authorMarcus Comstedt2005-04-03 18:00:13 +0000
committerMarcus Comstedt2005-04-03 18:00:13 +0000
commit17aa2d6dfd5a023b1c57fcce593f71c23f3f133e (patch)
tree931f1379a0035688766efca8443e0743d8d6856a /backends/dc/vmsave.cpp
parentdb61624fd2317b64030f1ca1173baa239f1e1deb (diff)
downloadscummvm-rg350-17aa2d6dfd5a023b1c57fcce593f71c23f3f133e.tar.gz
scummvm-rg350-17aa2d6dfd5a023b1c57fcce593f71c23f3f133e.tar.bz2
scummvm-rg350-17aa2d6dfd5a023b1c57fcce593f71c23f3f133e.zip
SaveFile stuff now resides in <common/savefile.h>.
svn-id: r17351
Diffstat (limited to 'backends/dc/vmsave.cpp')
-rw-r--r--backends/dc/vmsave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/vmsave.cpp b/backends/dc/vmsave.cpp
index 68416fe553..4dd43e9373 100644
--- a/backends/dc/vmsave.cpp
+++ b/backends/dc/vmsave.cpp
@@ -25,7 +25,7 @@
#include "base/engine.h"
#include "dc.h"
#include "icon.h"
-#include <scumm/saveload.h>
+#include <common/savefile.h>
#include <gui/newgui.h>
#include <gui/message.h>