diff options
author | Ori Avtalion | 2016-01-02 15:32:38 +0200 |
---|---|---|
committer | Ori Avtalion | 2016-01-02 15:32:38 +0200 |
commit | 85fa44c32d3021d538b132b47771efe01d5cb354 (patch) | |
tree | 1258ccdc036e6f63cdf1d003b5ae24034015a2f8 /engines/engine.cpp | |
parent | 92e7bfa959388c85dc6970e1e3a8d1e36559586f (diff) | |
download | scummvm-rg350-85fa44c32d3021d538b132b47771efe01d5cb354.tar.gz scummvm-rg350-85fa44c32d3021d538b132b47771efe01d5cb354.tar.bz2 scummvm-rg350-85fa44c32d3021d538b132b47771efe01d5cb354.zip |
JANITORIAL: Remove #includes of list_intern.h
Diffstat (limited to 'engines/engine.cpp')
-rw-r--r-- | engines/engine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp index d8563666b9..475cc77064 100644 --- a/engines/engine.cpp +++ b/engines/engine.cpp @@ -40,7 +40,6 @@ #include "common/str.h" #include "common/error.h" #include "common/list.h" -#include "common/list_intern.h" #include "common/memstream.h" #include "common/scummsys.h" #include "common/taskbar.h" |