TRECISION: Remove unused includes

This commit is contained in:
Filippos Karapetis 2021-05-29 20:13:14 +03:00 committed by SupSuper
parent 12b4e08191
commit 21a1dd91c2
4 changed files with 1 additions and 7 deletions

View File

@ -20,7 +20,6 @@
*
*/
#include "trecision/scheduler.h"
#include "trecision/3d.h"
#include "trecision/actor.h"
#include "trecision/defines.h"

View File

@ -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"

View File

@ -27,6 +27,7 @@
#define MAXSUBSTRING 16
#include "common/scummsys.h"
#include "trecision/struct.h"
namespace Trecision {

View File

@ -22,7 +22,6 @@
#include "common/system.h"
#include "trecision/3d.h"
#include "trecision/scheduler.h"
#include "trecision/text.h"
#include "trecision/defines.h"