mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Fix header inclusion
This commit is contained in:
parent
2b36ae2baa
commit
e8b6ce4288
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include <engine/graphics.h>
|
||||
#include <base/vmath.h>
|
||||
#include <base/tl/sorted_array.h>
|
||||
#include <game/mapitems.h>
|
||||
#include "ui.h"
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <base/tl/algorithm.h>
|
||||
#include <base/tl/array.h>
|
||||
#include <base/tl/sorted_array.h>
|
||||
#include <base/tl/string.h>
|
||||
|
||||
#include <game/client/ui.h>
|
||||
|
|
Loading…
Reference in a new issue