diff options
author | Cameron Cawley | 2018-11-21 15:01:21 +0000 |
---|---|---|
committer | David Turner | 2018-11-21 15:36:24 +0000 |
commit | ae25843ea7217b7fce2248419a748b0d7d1ebf9a (patch) | |
tree | 9df889e2b6c49bd0d200a169d69fb710488420d6 | |
parent | e7cb178feb9993e37230aa67223082b6b8858996 (diff) | |
download | scummvm-rg350-ae25843ea7217b7fce2248419a748b0d7d1ebf9a.tar.gz scummvm-rg350-ae25843ea7217b7fce2248419a748b0d7d1ebf9a.tar.bz2 scummvm-rg350-ae25843ea7217b7fce2248419a748b0d7d1ebf9a.zip |
3DS: Remove unnecessary include
-rw-r--r-- | backends/platform/3ds/options-dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/3ds/options-dialog.cpp b/backends/platform/3ds/options-dialog.cpp index 080ef29aec..a6be649ac0 100644 --- a/backends/platform/3ds/options-dialog.cpp +++ b/backends/platform/3ds/options-dialog.cpp @@ -29,7 +29,6 @@ #include "gui/widgets/list.h" #include "gui/widgets/tab.h" #include "osystem.h" -#include "engines/scumm/scumm.h" #include "gui/widgets/popup.h" #include "common/translation.h" |