mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
st/oxr: Include m_mathinclude.h and tidy includes
This commit is contained in:
parent
f964d41bde
commit
a4693f3162
|
@ -7,26 +7,25 @@
|
|||
* @ingroup oxr_main
|
||||
*/
|
||||
|
||||
#include "xrt/xrt_device.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#ifdef XR_USE_PLATFORM_XLIB
|
||||
#include "xrt/xrt_gfx_xlib.h"
|
||||
#endif // XR_USE_PLATFORM_XLIB
|
||||
|
||||
#ifdef XRT_HAVE_VULKAN
|
||||
#include "xrt/xrt_gfx_vk.h"
|
||||
#endif // XRT_HAVE_VULKAN
|
||||
|
||||
#include "os/os_time.h"
|
||||
|
||||
#include "util/u_debug.h"
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_time.h"
|
||||
#include "os/os_time.h"
|
||||
|
||||
#include "math/m_api.h"
|
||||
#include "math/m_mathinclude.h"
|
||||
|
||||
#include "xrt/xrt_device.h"
|
||||
#ifdef XR_USE_PLATFORM_XLIB
|
||||
#include "xrt/xrt_gfx_xlib.h"
|
||||
#endif // XR_USE_PLATFORM_XLIB
|
||||
#ifdef XRT_HAVE_VULKAN
|
||||
#include "xrt/xrt_gfx_vk.h"
|
||||
#endif // XRT_HAVE_VULKAN
|
||||
|
||||
#include "oxr_objects.h"
|
||||
#include "oxr_logger.h"
|
||||
|
@ -35,6 +34,11 @@
|
|||
#include "oxr_chain.h"
|
||||
#include "oxr_api_verify.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
DEBUG_GET_ONCE_BOOL_OPTION(dynamic_prediction, "OXR_DYNAMIC_PREDICTION", true)
|
||||
DEBUG_GET_ONCE_NUM_OPTION(ipd, "OXR_DEBUG_IPD_MM", 63)
|
||||
|
|
Loading…
Reference in a new issue