aboutsummaryrefslogtreecommitdiff
path: root/sword1/router.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/router.cpp')
-rw-r--r--sword1/router.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/sword1/router.cpp b/sword1/router.cpp
index 82d3fdcd49..c594ba7ce0 100644
--- a/sword1/router.cpp
+++ b/sword1/router.cpp
@@ -20,13 +20,13 @@
*/
#include "stdafx.h"
-#include "router.h"
+#include "sword1/router.h"
#include "common/util.h"
#include "scummsys.h"
-#include "swordres.h"
-#include "sworddefs.h"
-#include "objectman.h"
-#include "resman.h"
+#include "sword1/swordres.h"
+#include "sword1/sworddefs.h"
+#include "sword1/objectman.h"
+#include "sword1/resman.h"
namespace Sword1 {