diff options
author | Cameron Cawley | 2020-01-02 17:32:51 +0000 |
---|---|---|
committer | Filippos Karapetis | 2020-01-11 17:34:12 +0200 |
commit | 46056aba3ca7d9f51833b1a5154f8a9cc371f340 (patch) | |
tree | 95034a9b75e7654dc4a099f7e5a8ac9511516d94 /engines/gob | |
parent | b8e94e1acd207771098bcb5c1a882b13740a850c (diff) | |
download | scummvm-rg350-46056aba3ca7d9f51833b1a5154f8a9cc371f340.tar.gz scummvm-rg350-46056aba3ca7d9f51833b1a5154f8a9cc371f340.tar.bz2 scummvm-rg350-46056aba3ca7d9f51833b1a5154f8a9cc371f340.zip |
ENGINES: Reduce winexe_*.h header includes
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/inter_v7.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/inter_v7.cpp b/engines/gob/inter_v7.cpp index 79a843f66e..efc281b10c 100644 --- a/engines/gob/inter_v7.cpp +++ b/engines/gob/inter_v7.cpp @@ -22,7 +22,6 @@ #include "common/endian.h" #include "common/archive.h" -#include "common/winexe.h" #include "common/winexe_pe.h" #include "graphics/cursorman.h" |