Skip to content

Commit dab489f

Browse files
committed
style: fix #include order in moveComponent.hpp
1 parent bb97b15 commit dab489f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/RED4ext/Scripting/Natives/moveComponent.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#pragma once
22

3-
#include <cstdint>
43
#include <RED4ext/Common.hpp>
5-
#include <RED4ext/Scripting/Natives/Vector3.hpp>
6-
#include <RED4ext/Scripting/Natives/Vector4.hpp>
74
#include <RED4ext/Scripting/Natives/Generated/WorldTransform.hpp>
85
#include <RED4ext/Scripting/Natives/Generated/ent/IMoverComponent.hpp>
6+
#include <RED4ext/Scripting/Natives/Vector3.hpp>
7+
#include <RED4ext/Scripting/Natives/Vector4.hpp>
8+
#include <cstdint>
99

1010
namespace RED4ext
1111
{

0 commit comments

Comments
 (0)