aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-player.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 13:00:13 +0200
committerEugene Sandulenko2019-09-03 17:17:28 +0200
commita0856c6c3a55734e624599c19a95fba50da42dd8 (patch)
treed297bf268f5ab2564a91269c405980944c3944c2 /engines/hdb/ai-player.cpp
parentc63d207d63c9c66ca7f233b18345ec6d34fc69c7 (diff)
downloadscummvm-rg350-a0856c6c3a55734e624599c19a95fba50da42dd8.tar.gz
scummvm-rg350-a0856c6c3a55734e624599c19a95fba50da42dd8.tar.bz2
scummvm-rg350-a0856c6c3a55734e624599c19a95fba50da42dd8.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/ai-player.cpp')
-rw-r--r--engines/hdb/ai-player.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai-player.cpp b/engines/hdb/ai-player.cpp
index e4b54b921e..8dd814993a 100644
--- a/engines/hdb/ai-player.cpp
+++ b/engines/hdb/ai-player.cpp
@@ -21,6 +21,7 @@
*/
#include "hdb/hdb.h"
+#include "hdb/ai-player.h"
#include "hdb/file-manager.h"
#include "hdb/gfx.h"
#include "hdb/sound.h"