summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-06-25 09:43:17 -0500
committerGitHub <noreply@github.com>2024-06-25 09:43:17 -0500
commit316dde80ba7637b3dd0a48b4a841f5a2366ddf41 (patch)
tree0a636eed076265ef60abfaa81474ea458e8aa299 /include/godot_cpp
parent7d7799b56ed7dfdae1454f246a98cf35601cc053 (diff)
parent999018e7d1a311c261c052ba81150885208153e6 (diff)
downloadredot-cpp-316dde80ba7637b3dd0a48b4a841f5a2366ddf41.tar.gz
Merge pull request #1505 from Repiteo/include-formatting
Fix `#include` formatting
Diffstat (limited to 'include/godot_cpp')
-rw-r--r--include/godot_cpp/templates/local_vector.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/godot_cpp/templates/local_vector.hpp b/include/godot_cpp/templates/local_vector.hpp
index 10af2a9..c5481e4 100644
--- a/include/godot_cpp/templates/local_vector.hpp
+++ b/include/godot_cpp/templates/local_vector.hpp
@@ -31,10 +31,10 @@
#ifndef GODOT_LOCAL_VECTOR_HPP
#define GODOT_LOCAL_VECTOR_HPP
-#include "godot_cpp/core/error_macros.hpp"
-#include "godot_cpp/core/memory.hpp"
-#include "godot_cpp/templates/sort_array.hpp"
-#include "godot_cpp/templates/vector.hpp"
+#include <godot_cpp/core/error_macros.hpp>
+#include <godot_cpp/core/memory.hpp>
+#include <godot_cpp/templates/sort_array.hpp>
+#include <godot_cpp/templates/vector.hpp>
#include <initializer_list>
#include <type_traits>