mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
TRECISION: Remove unused includes
This commit is contained in:
parent
12b4e08191
commit
21a1dd91c2
@ -20,7 +20,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "trecision/scheduler.h"
|
||||
#include "trecision/3d.h"
|
||||
#include "trecision/actor.h"
|
||||
#include "trecision/defines.h"
|
||||
|
@ -21,13 +21,8 @@
|
||||
*/
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/error.h"
|
||||
#include "common/system.h"
|
||||
#include "common/events.h"
|
||||
#include "common/archive.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/file.h"
|
||||
#include "common/fs.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/str.h"
|
||||
#include "common/translation.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#define MAXSUBSTRING 16
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "trecision/struct.h"
|
||||
|
||||
namespace Trecision {
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "common/system.h"
|
||||
|
||||
#include "trecision/3d.h"
|
||||
#include "trecision/scheduler.h"
|
||||
#include "trecision/text.h"
|
||||
#include "trecision/defines.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user