fix: cleanup of incorrect includes

main
Sara 2024-10-22 13:24:50 +02:00
parent c568673f18
commit b07f0e299e
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include "player_input.hpp"
#include "player.hpp"
#include "spawn_point.hpp"
#include "utils/game_state.hpp"
#include "game_state.hpp"
#include <cstdint>
#include <godot_cpp/classes/global_constants.hpp>
#include <godot_cpp/classes/input.hpp>

View File

@ -10,7 +10,6 @@
#include <godot_cpp/templates/hash_map.hpp>
#include <godot_cpp/templates/hash_set.hpp>
#include <godot_cpp/templates/pair.hpp>
#include <godot_cpp/templates/pair.hpp>
#include <godot_cpp/templates/vector.hpp>
namespace gd = godot;