Fix #include formatting

(cherry picked from commit 999018e7d1)
This commit is contained in:
Thaddeus Crews
2024-06-25 08:28:04 -05:00
committed by David Snopek
parent 23325b9ab0
commit edce0b7178
2 changed files with 23 additions and 22 deletions

View File

@@ -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>