mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
xrt: Do not include util headers in xrt headers
This lead to some files getting u_misc for free, and also other things being pulled in when they shouldn't have been.
This commit is contained in:
parent
7ce5a729b1
commit
0c83cd350b
|
@ -7,6 +7,8 @@
|
|||
* @ingroup aux_util
|
||||
*/
|
||||
|
||||
#include "util/u_misc.h"
|
||||
|
||||
#include "u_tracked_imu_3dof.h"
|
||||
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include "math/m_space.h"
|
||||
#include "math/m_vec3.h"
|
||||
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_debug.h"
|
||||
#include "util/u_time.h"
|
||||
#include "util/u_device.h"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "multi.h"
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_device.h"
|
||||
#include "util/u_debug.h"
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "qwerty_device.h"
|
||||
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_device.h"
|
||||
#include "util/u_distortion_mesh.h"
|
||||
#include "util/u_var.h"
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include "xrt/xrt_defines.h"
|
||||
|
||||
#include "util/u_hand_tracking.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "xrt/xrt_config_drivers.h"
|
||||
#include "xrt/xrt_prober.h"
|
||||
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_builders.h"
|
||||
#include "util/u_config_json.h"
|
||||
#include "util/u_system_helpers.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "xrt/xrt_config_drivers.h"
|
||||
#include "xrt/xrt_prober.h"
|
||||
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_debug.h"
|
||||
#include "util/u_builders.h"
|
||||
#include "util/u_config_json.h"
|
||||
|
|
Loading…
Reference in a new issue