about summary refs log tree commit diff
path: root/src/tools/tileset_borderfix.cpp
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2011-04-18 18:42:31 +0200
committeroy <Tom_Adams@web.de>2011-05-03 18:44:46 +0200
commitf1df704d78f1210b7832cb1fee8d767b296898e9 (patch)
tree57d3d8553c959b010ee9cbbe977e2f16ff6fe195 /src/tools/tileset_borderfix.cpp
parentbbd7a75849c53b467a754d28caa76af31fabc08e (diff)
downloadzcatch-f1df704d78f1210b7832cb1fee8d767b296898e9.tar.gz
zcatch-f1df704d78f1210b7832cb1fee8d767b296898e9.zip
fixed pnglite requiring a std header include
Diffstat (limited to 'src/tools/tileset_borderfix.cpp')
-rw-r--r--src/tools/tileset_borderfix.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tileset_borderfix.cpp b/src/tools/tileset_borderfix.cpp
index b5eef77a..6fb32d4b 100644
--- a/src/tools/tileset_borderfix.cpp
+++ b/src/tools/tileset_borderfix.cpp
@@ -1,6 +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 <stdlib.h>
 #include <base/system.h>
 #include <engine/external/pnglite/pnglite.h>