aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/swordsofxeen
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/swordsofxeen')
-rw-r--r--engines/xeen/swordsofxeen/swordsofxeen_menu.cpp2
-rw-r--r--engines/xeen/swordsofxeen/swordsofxeen_menu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp b/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
index ce424b90c0..6eb6a647b1 100644
--- a/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
+++ b/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
@@ -21,7 +21,7 @@
*/
#include "xeen/swordsofxeen/swordsofxeen_menu.h"
-#include "xeen/dialogs_difficulty.h"
+#include "xeen/dialogs/dialogs_difficulty.h"
#include "xeen/xeen.h"
namespace Xeen {
diff --git a/engines/xeen/swordsofxeen/swordsofxeen_menu.h b/engines/xeen/swordsofxeen/swordsofxeen_menu.h
index 6457c2c859..e7e92b862c 100644
--- a/engines/xeen/swordsofxeen/swordsofxeen_menu.h
+++ b/engines/xeen/swordsofxeen/swordsofxeen_menu.h
@@ -23,7 +23,7 @@
#ifndef XEEN_SWORDSOFXEEN_MENU_H
#define XEEN_SWORDSOFXEEN_MENU_H
-#include "xeen/dialogs.h"
+#include "xeen/dialogs/dialogs.h"
namespace Xeen {
namespace SwordsOfXeen {