From 4c14cf6d1a77857e3683a1029b42ddb96e1bc80b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 23 Sep 2006 00:42:35 +0000 Subject: Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files svn-id: r23974 --- engines/scumm/player_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/player_v2.cpp') diff --git a/engines/scumm/player_v2.cpp b/engines/scumm/player_v2.cpp index e8abbe1e03..9726149851 100644 --- a/engines/scumm/player_v2.cpp +++ b/engines/scumm/player_v2.cpp @@ -22,7 +22,7 @@ */ #include "common/stdafx.h" -#include "base/engine.h" +#include "engines/engine.h" #include "scumm/player_v2.h" #include "scumm/scumm.h" #include "sound/mididrv.h" -- cgit v1.2.3