fixed faulty includes

This commit is contained in:
oy 2014-06-22 13:55:17 +02:00
parent 3dffd6bc9c
commit e7f1a8ab79
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* (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. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */
#include <game/generated/server_data.h> #include <generated/server_data.h>
#include <game/server/gamecontext.h> #include <game/server/gamecontext.h>
#include "character.h" #include "character.h"

View file

@ -6,7 +6,7 @@
#include <engine/shared/memheap.h> #include <engine/shared/memheap.h>
#include <engine/map.h> #include <engine/map.h>
#include <game/generated/server_data.h> #include <generated/server_data.h>
#include <game/collision.h> #include <game/collision.h>
#include <game/gamecore.h> #include <game/gamecore.h>
#include <game/version.h> #include <game/version.h>