feat: remove unused include
This commit is contained in:
parent
f50357337f
commit
50b49b7f25
|
@ -2,7 +2,6 @@
|
||||||
#include "godot_cpp/classes/resource_loader.hpp"
|
#include "godot_cpp/classes/resource_loader.hpp"
|
||||||
#include "utils/game_root.hpp"
|
#include "utils/game_root.hpp"
|
||||||
#include "utils/godot_macros.h"
|
#include "utils/godot_macros.h"
|
||||||
#include "utils/level.hpp"
|
|
||||||
|
|
||||||
namespace godot {
|
namespace godot {
|
||||||
void RallyRushGameMode::_bind_methods() {
|
void RallyRushGameMode::_bind_methods() {
|
||||||
|
|
Loading…
Reference in a new issue