Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2019-06-18 00:45:28 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-06-18 00:45:28 +0300
commitf30fcd6c85d60d9ed3513033f39ae674bc742d1f (patch)
treee68530d0e269881ec441c956c525bbd99ddedf85 /source/blender/windowmanager/intern/wm_window.c
parent47e813352009c0ba918be7e00acc7dce502eb1d6 (diff)
Initially move XR files to GHOST and compile in C++
Diffstat (limited to 'source/blender/windowmanager/intern/wm_window.c')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index f7b8fb5d6d6..6d014095912 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -64,9 +64,6 @@
#include "wm_files.h"
#include "wm_window.h"
#include "wm_event_system.h"
-#ifdef WITH_OPENXR
-# include "wm_xr.h"
-#endif
#include "ED_anim_api.h"
#include "ED_render.h"