mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fixed faulty includes
This commit is contained in:
parent
3dffd6bc9c
commit
e7f1a8ab79
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue