Remove unused includes from tools

This commit is contained in:
Robert Müller 2022-05-29 13:09:08 +02:00
parent 1abe73c2ec
commit f632758381
5 changed files with 0 additions and 7 deletions

View file

@ -1,7 +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/logger.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/shared/image_manipulation.h>
#include <pnglite.h>

View file

@ -2,7 +2,6 @@
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <base/logger.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/graphics.h>
#include <engine/shared/datafile.h>

View file

@ -5,8 +5,6 @@
#include <game/gamecore.h>
#include <game/mapitems.h>
#include <pnglite.h>
bool Process(IStorage *pStorage, const char **pMapNames)
{
CDataFileReader Maps[2];

View file

@ -1,13 +1,11 @@
#include <algorithm>
#include <base/logger.h>
#include <base/math.h>
#include <base/system.h>
#include <cstdint>
#include <engine/shared/datafile.h>
#include <engine/shared/image_manipulation.h>
#include <engine/storage.h>
#include <game/mapitems.h>
#include <utility>
#include <vector>
void ClearTransparentPixels(uint8_t *pImg, int Width, int Height)

View file

@ -2,7 +2,6 @@
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <base/logger.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/graphics.h>
#include <engine/shared/datafile.h>