aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/console.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-06-05 14:12:53 +0530
committerEugene Sandulenko2019-09-03 17:16:42 +0200
commitba1081b87ccf1080c5662bb1e0caa220976d4d97 (patch)
tree3589c252ff931c3a46c664600ba7210c49325704 /engines/hdb/console.cpp
parent79ebe8927e222e151083fa136a03869f39678eaf (diff)
downloadscummvm-rg350-ba1081b87ccf1080c5662bb1e0caa220976d4d97.tar.gz
scummvm-rg350-ba1081b87ccf1080c5662bb1e0caa220976d4d97.tar.bz2
scummvm-rg350-ba1081b87ccf1080c5662bb1e0caa220976d4d97.zip
HDB: Correct the include paths from X.h to hdb/X.h
Diffstat (limited to 'engines/hdb/console.cpp')
-rw-r--r--engines/hdb/console.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/console.cpp b/engines/hdb/console.cpp
index 479cde0761..5cb45cf823 100644
--- a/engines/hdb/console.cpp
+++ b/engines/hdb/console.cpp
@@ -22,8 +22,8 @@
#include "gui/debugger.h"
-#include "hdb.h"
-#include "console.h"
+#include "hdb/hdb.h"
+#include "hdb/console.h"
namespace HDB {