mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove unused includes of base/tl/string.h
This commit is contained in:
parent
3e1cfcd306
commit
dee7393555
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include "voting.h"
|
||||
|
||||
#include "ghost.h"
|
||||
#include <base/tl/string.h>
|
||||
#include <engine/keys.h>
|
||||
#include <engine/storage.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "scoreboard.h"
|
||||
|
||||
#include <base/tl/string.h>
|
||||
#include <engine/serverbrowser.h>
|
||||
|
||||
CScoreboard::CScoreboard()
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue