summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Müller <robert.mueller@uni-siegen.de>2021-08-13 17:42:06 +0200
committerRobert Müller <robert.mueller@uni-siegen.de>2021-11-30 22:41:01 +0100
commit837b5043d591e2948f18b77eac9c64e5af2c6503 (patch)
tree1fcc964ebf1185e858c179b92ede1e44da87e9fa
parent704f371e3fee6040772088ea710055b9772232f9 (diff)
organize includes
-rw-r--r--src/game/client/components/skins.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/client/components/skins.cpp b/src/game/client/components/skins.cpp
index c8e9fbdfd..0251ec2ce 100644
--- a/src/game/client/components/skins.cpp
+++ b/src/game/client/components/skins.cpp
@@ -1,10 +1,8 @@
/* (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 <math.h>
-
#include <base/color.h>
-#include <base/system.h>
#include <base/math.h>
+#include <base/system.h>
#include <engine/graphics.h>
#include <engine/storage.h>