The open source OpenXR runtime
0
fork

Configure Feed

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

t/common: Silence some warnings

authored by

Ryan Pavlik and committed by
Rylie Pavlik
663544aa a36cad97

+4 -3
+4 -3
src/xrt/targets/common/target_builder_rgb_tracking.c
··· 7 7 * @ingroup xrt_iface 8 8 */ 9 9 10 - #include "xrt/xrt_config_have.h" 10 + #include "xrt/xrt_compiler.h" 11 + #include "xrt/xrt_config_have.h" // IWYU pragma: keep 11 12 #include "xrt/xrt_config_drivers.h" 12 13 13 14 #include "xrt/xrt_prober.h" 14 15 #include "xrt/xrt_settings.h" 15 16 #include "xrt/xrt_frameserver.h" 16 17 17 - #include "util/u_sink.h" 18 + #include "util/u_sink.h" // IWYU pragma: keep 18 19 #include "util/u_misc.h" 19 - #include "util/u_device.h" 20 + #include "util/u_device.h" // IWYU pragma: keep 20 21 #include "util/u_logging.h" 21 22 #include "util/u_builders.h" 22 23 #include "util/u_config_json.h"