From ba1081b87ccf1080c5662bb1e0caa220976d4d97 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Wed, 5 Jun 2019 14:12:53 +0530 Subject: HDB: Correct the include paths from X.h to hdb/X.h --- engines/hdb/console.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hdb/console.cpp') 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 { -- cgit v1.2.3