The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/vive: Tidy header includes

+7 -3
+7 -3
src/xrt/drivers/vive/vive_source.c
··· 7 7 * @ingroup drv_vive 8 8 */ 9 9 10 - #include "math/m_clock_offset.h" 10 + #include "xrt/xrt_frame.h" 11 + #include "xrt/xrt_tracking.h" 12 + 11 13 #include "os/os_threading.h" 14 + 15 + #include "math/m_clock_offset.h" 16 + 12 17 #include "util/u_deque.h" 13 18 #include "util/u_logging.h" 14 - #include "xrt/xrt_frame.h" 15 - #include "xrt/xrt_tracking.h" 16 19 17 20 #include "vive.h" 21 + 18 22 19 23 /*! 20 24 * Manages the data streaming state related to a vive headset.