summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_api.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-07-12 17:15:25 +0200
committerYuri Sizov <yuris@humnom.net>2023-07-12 17:15:25 +0200
commit661c3954a6f76aa58ecce5dc2e0e476a7c8ec6b1 (patch)
tree7164b32813df5c6455ffd267f4b3f8a8b0bca862 /modules/openxr/openxr_api.h
parentf25233cbc9386d35baa4c5a9aa8bbe998c999440 (diff)
parent34a07b81ae640dc877a47091ca9a63d1a2cba07b (diff)
downloadredot-engine-661c3954a6f76aa58ecce5dc2e0e476a7c8ec6b1.tar.gz
Merge pull request #73443 from akien-mga/unbundle-openxr
Allow unbundling OpenXR (for Linux distros)
Diffstat (limited to 'modules/openxr/openxr_api.h')
-rw-r--r--modules/openxr/openxr_api.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/openxr/openxr_api.h b/modules/openxr/openxr_api.h
index 96af2bfc49..9374cb7afa 100644
--- a/modules/openxr/openxr_api.h
+++ b/modules/openxr/openxr_api.h
@@ -48,8 +48,6 @@
#include "core/templates/vector.h"
#include "servers/xr/xr_pose.h"
-#include "thirdparty/openxr/src/common/xr_linear.h"
-
#include <openxr/openxr.h>
// Note, OpenXR code that we wrote for our plugin makes use of C++20 notation for initializing structs which ensures zeroing out unspecified members.