From 062ef478b442e2986ac3a36835f7cd4b7e7bda5d Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 5 Aug 2024 11:14:57 +0200 Subject: [PATCH] chore(formatting): godot_cpp include now in angle brackets --- src/nav_room.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nav_room.cpp b/src/nav_room.cpp index 37598c1..1409b91 100644 --- a/src/nav_room.cpp +++ b/src/nav_room.cpp @@ -1,7 +1,7 @@ #include "nav_room.hpp" -#include "godot_cpp/classes/global_constants.hpp" #include "nav_marker.hpp" #include "utils/godot_macros.hpp" +#include #include void NavRoom::_bind_methods() {