aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/jacl/jacl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/jacl/jacl.cpp')
-rw-r--r--engines/glk/jacl/jacl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/jacl/jacl.cpp b/engines/glk/jacl/jacl.cpp
index 0178b1ce31..c967a8891c 100644
--- a/engines/glk/jacl/jacl.cpp
+++ b/engines/glk/jacl/jacl.cpp
@@ -21,7 +21,7 @@
*/
#include "glk/jacl/jacl.h"
-#include "glk/jacl/common/config-manager.h"
+#include "common/config-manager.h"
namespace Glk {
namespace JACL {
@@ -29,7 +29,7 @@ namespace JACL {
JACL *g_vm;
JACL::JACL(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst, gameDesc),
- _saveSlot(-1) {
+ _saveSlot(-1) {
g_vm = this;
}