diff options
author | Nipun Garg | 2019-06-05 14:12:53 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:42 +0200 |
commit | ba1081b87ccf1080c5662bb1e0caa220976d4d97 (patch) | |
tree | 3589c252ff931c3a46c664600ba7210c49325704 /engines/hdb/draw-manager.h | |
parent | 79ebe8927e222e151083fa136a03869f39678eaf (diff) | |
download | scummvm-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/draw-manager.h')
-rw-r--r-- | engines/hdb/draw-manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h index 9845ffa16e..8dcca5ee72 100644 --- a/engines/hdb/draw-manager.h +++ b/engines/hdb/draw-manager.h @@ -28,7 +28,6 @@ #include "graphics/surface.h" #include "hdb/hdb.h" -#include "hdb/file-manager.h" namespace HDB { |