Remove unused includes of base/tl/string.h

This commit is contained in:
Robert Müller 2022-05-06 23:40:14 +02:00
parent 3e1cfcd306
commit dee7393555
7 changed files with 0 additions and 11 deletions

View file

@ -1,8 +1,6 @@
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <base/tl/string.h>
#include <engine/shared/config.h>
#include <base/math.h>

View file

@ -1,8 +1,6 @@
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <base/tl/string.h>
#include <engine/editor.h>
#include <engine/engine.h>
#include <engine/graphics.h>

View file

@ -1,8 +1,6 @@
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <base/tl/string.h>
#include <base/hash.h>
#include <base/math.h>

View file

@ -26,7 +26,6 @@
#include "voting.h"
#include "ghost.h"
#include <base/tl/string.h>
#include <engine/keys.h>
#include <engine/storage.h>

View file

@ -1,7 +1,5 @@
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <base/tl/string.h>
#include <base/math.h>
#include <engine/engine.h>

View file

@ -19,7 +19,6 @@
#include "scoreboard.h"
#include <base/tl/string.h>
#include <engine/serverbrowser.h>
CScoreboard::CScoreboard()

View file

@ -13,7 +13,6 @@
#include <base/tl/algorithm.h>
#include <base/tl/array.h>
#include <base/tl/sorted_array.h>
#include <base/tl/string.h>
#include <game/client/render.h>
#include <game/client/ui.h>