mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
xrt: Fix layer violations in interface headers.
A few were including aux headers.
This commit is contained in:
parent
b1b08a610c
commit
778315bc52
|
@ -10,7 +10,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "xrt/xrt_device.h"
|
||||
#include "os/os_hid.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -28,6 +27,7 @@ struct xrt_frame_context;
|
|||
struct xrt_prober;
|
||||
struct xrt_prober_device;
|
||||
struct xrt_tracking_factory;
|
||||
struct os_hid_device;
|
||||
|
||||
/*!
|
||||
* The maximum number of devices that a single "found" function called by the
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#define XRT_TRACKING_NAME_LEN 256
|
||||
|
||||
#include "xrt/xrt_defines.h"
|
||||
#include "util/u_time.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -26,6 +25,9 @@ struct xrt_tracking_factory;
|
|||
struct xrt_tracked_psmv;
|
||||
struct xrt_tracked_psvr;
|
||||
|
||||
//! @todo This is from u_time, duplicated to avoid layer violation.
|
||||
typedef int64_t timepoint_ns;
|
||||
|
||||
/*!
|
||||
* @ingroup xrt_iface
|
||||
* @{
|
||||
|
|
Loading…
Reference in a new issue