diff options
Diffstat (limited to 'modules/openxr/scene/openxr_hand.cpp')
-rw-r--r-- | modules/openxr/scene/openxr_hand.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/openxr/scene/openxr_hand.cpp b/modules/openxr/scene/openxr_hand.cpp index e341d2b1d4..91571a556d 100644 --- a/modules/openxr/scene/openxr_hand.cpp +++ b/modules/openxr/scene/openxr_hand.cpp @@ -28,10 +28,11 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ +#include "openxr_hand.h" + #include "../extensions/openxr_hand_tracking_extension.h" #include "../openxr_api.h" -#include "openxr_hand.h" #include "scene/3d/skeleton_3d.h" #include "servers/xr_server.h" |