JANITORIAL: Remove unndeded "common/translation.h" include

This commit is contained in:
Eugene Sandulenko 2020-08-27 20:25:24 +02:00
parent ac6932bd89
commit fe0193b914
9 changed files with 0 additions and 10 deletions

View file

@ -22,7 +22,6 @@
#include "base/plugins.h" #include "base/plugins.h"
#include "common/translation.h"
#include "common/func.h" #include "common/func.h"
#include "common/debug.h" #include "common/debug.h"
#include "common/config-manager.h" #include "common/config-manager.h"

View file

@ -28,7 +28,6 @@
#include "gui/saveload.h" #include "gui/saveload.h"
#include "common/config-manager.h" #include "common/config-manager.h"
#include "common/events.h" #include "common/events.h"
#include "common/translation.h"
#include "cge2/events.h" #include "cge2/events.h"
#include "cge2/text.h" #include "cge2/text.h"
#include "cge2/cge2_main.h" #include "cge2/cge2_main.h"

View file

@ -24,7 +24,6 @@
#include "common/error.h" #include "common/error.h"
#include "common/system.h" #include "common/system.h"
#include "common/textconsole.h" #include "common/textconsole.h"
#include "common/translation.h"
#include "common/debug-channels.h" #include "common/debug-channels.h"
#include "common/events.h" #include "common/events.h"

View file

@ -28,7 +28,6 @@
#include "common/savefile.h" #include "common/savefile.h"
#include "common/system.h" #include "common/system.h"
#include "common/textconsole.h" #include "common/textconsole.h"
#include "common/translation.h"
#include "cryomni3d/cryomni3d.h" #include "cryomni3d/cryomni3d.h"

View file

@ -29,7 +29,6 @@
#include "glk/alan3/save.h" #include "glk/alan3/save.h"
#include "glk/alan3/syserr.h" #include "glk/alan3/syserr.h"
#include "common/system.h" #include "common/system.h"
#include "common/translation.h"
#include "common/error.h" #include "common/error.h"
#include "common/scummsys.h" #include "common/scummsys.h"
#include "common/serializer.h" #include "common/serializer.h"

View file

@ -32,7 +32,6 @@
#include "glk/comprehend/pics.h" #include "glk/comprehend/pics.h"
#include "glk/quetzal.h" #include "glk/quetzal.h"
#include "common/config-manager.h" #include "common/config-manager.h"
#include "common/translation.h"
#include "engines/util.h" #include "engines/util.h"
namespace Glk { namespace Glk {

View file

@ -23,7 +23,6 @@
#include "glk/tads/tads.h" #include "glk/tads/tads.h"
#include "glk/tads/os_glk.h" #include "glk/tads/os_glk.h"
#include "common/config-manager.h" #include "common/config-manager.h"
#include "common/translation.h"
namespace Glk { namespace Glk {
namespace TADS { namespace TADS {

View file

@ -20,8 +20,6 @@
* *
*/ */
#include "common/translation.h"
#include "tsage/tsage.h" #include "tsage/tsage.h"
#include "tsage/core.h" #include "tsage/core.h"
#include "tsage/dialogs.h" #include "tsage/dialogs.h"

View file

@ -27,7 +27,6 @@
#include "common/savefile.h" #include "common/savefile.h"
#include "common/str-array.h" #include "common/str-array.h"
#include "common/memstream.h" #include "common/memstream.h"
#include "common/translation.h"
#include "ultima/shared/early/ultima_early.h" #include "ultima/shared/early/ultima_early.h"
#include "ultima/ultima4/ultima4.h" #include "ultima/ultima4/ultima4.h"
#include "ultima/ultima4/meta_engine.h" #include "ultima/ultima4/meta_engine.h"