mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/vive: Tidy header includes
This commit is contained in:
parent
76b35d4397
commit
7f1c5e9bd5
|
@ -7,15 +7,19 @@
|
|||
* @ingroup drv_vive
|
||||
*/
|
||||
|
||||
#include "math/m_clock_offset.h"
|
||||
#include "os/os_threading.h"
|
||||
#include "util/u_deque.h"
|
||||
#include "util/u_logging.h"
|
||||
#include "xrt/xrt_frame.h"
|
||||
#include "xrt/xrt_tracking.h"
|
||||
|
||||
#include "os/os_threading.h"
|
||||
|
||||
#include "math/m_clock_offset.h"
|
||||
|
||||
#include "util/u_deque.h"
|
||||
#include "util/u_logging.h"
|
||||
|
||||
#include "vive.h"
|
||||
|
||||
|
||||
/*!
|
||||
* Manages the data streaming state related to a vive headset.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue