aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.cpp')
-rw-r--r--frontend/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.cpp b/frontend/main.cpp
index 366473d..56743c1 100644
--- a/frontend/main.cpp
+++ b/frontend/main.cpp
@@ -2,11 +2,11 @@
#include <cstdio>
#include <memory>
+#include "backend/print.h"
#include "backend/Dungeon.h"
#include "Player.h"
#include "Exception.h"
-#include "print.h"
#include "load_dungeon.h"
#include "generate_dungeon.h"
#include "rl.h"