This commit is contained in:
def 2014-08-13 13:00:18 +02:00
parent 83cb1cdaea
commit c493ef4408
2 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,7 @@
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <new>
#include <time.h>
#include <stdlib.h> // qsort
#include <stdarg.h>
#include <string.h>

View file

@ -18,7 +18,6 @@
#include <base/math.h>
#include <base/vmath.h>
#include <time.h>
#include <engine/autoupdate.h>