TRECISION: One more review of the includes

This commit is contained in:
Strangerke 2021-05-22 21:03:53 +01:00 committed by SupSuper
parent 63dc1fc7e5
commit 7b4de1e6fb
7 changed files with 2 additions and 10 deletions

View File

@ -22,7 +22,7 @@
#include "trecision/anim.h"
#include "logic.h"
#include "trecision/logic.h"
#include "trecision/3d.h"
#include "trecision/dialog.h"
#include "trecision/scheduler.h"

View File

@ -25,7 +25,6 @@
#include "trecision/defines.h"
#include "trecision/dialog.h"
#include "trecision/logic.h"
#include "trecision/scheduler.h"
#include "trecision/graphics.h"
#include "trecision/text.h"
#include "trecision/trecision.h"

View File

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

View File

@ -35,16 +35,12 @@
#include "trecision/trecision.h"
#include "trecision/anim.h"
#include "trecision/scheduler.h"
#include "trecision/actor.h"
#include "trecision/3d.h"
#include "trecision/defines.h"
#include "trecision/console.h"
#include "trecision/dialog.h"
#include "trecision/graphics.h"
#include "trecision/video.h"
#include "trecision/logic.h"
#include "trecision/text.h"
#include "trecision/sound.h"
namespace Common {

View File

@ -31,7 +31,6 @@
#include "trecision/3d.h"
#include "trecision/actor.h"
#include "trecision/graphics.h"
#include "trecision/scheduler.h"
#include "trecision/trecision.h"
#include "trecision/video.h"

View File

@ -23,7 +23,6 @@
#ifndef TRECISION_SOUND_H
#define TRECISION_SOUND_H
#include "trecision/defines.h"
#include "trecision/fastfile.h"
#include "common/file.h"
#include "audio/mixer.h"

View File

@ -31,7 +31,6 @@
#include "trecision/defines.h"
#include "trecision/dialog.h"
#include "trecision/graphics.h"
#include "trecision/scheduler.h"
#include "trecision/sound.h"
#include "trecision/text.h"
#include "trecision/trecision.h"