xrt: Fix layer violations in interface headers.

A few were including aux headers.
This commit is contained in:
Ryan Pavlik 2020-03-03 16:38:48 -06:00 committed by Jakob Bornecrantz
parent b1b08a610c
commit 778315bc52
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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
* @{