aboutsummaryrefslogtreecommitdiff
path: root/frontend/load_dungeon.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 17:38:33 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 17:38:33 +0100
commit5376efe7e63ef3c848a971ea845a16c7e030d153 (patch)
tree14681fae031222cd2b4bfc6686ae5b8e876f7fc0 /frontend/load_dungeon.cpp
parentb20f46c15dce8b196dbb8890890978947745e094 (diff)
move Exception to backend
Diffstat (limited to 'frontend/load_dungeon.cpp')
-rw-r--r--frontend/load_dungeon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/load_dungeon.cpp b/frontend/load_dungeon.cpp
index c671fe7..0388387 100644
--- a/frontend/load_dungeon.cpp
+++ b/frontend/load_dungeon.cpp
@@ -6,10 +6,10 @@
#include "backend/Location.h"
#include "backend/LocationFactory.h"
+#include "backend/Exception.h"
#include "backend/Dungeon.h"
#include "load_dungeon.h"
-#include "Exception.h"
#include "GameData.h"
#include "backend/Object.h"
#include "strings.h"