The open source OpenXR runtime
0
fork

Configure Feed

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

u/system: Add pragma once guard

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2398>

+2
+2
src/xrt/auxiliary/util/u_system.h
··· 7 7 * @ingroup aux_util 8 8 */ 9 9 10 + #pragma once 11 + 10 12 #include "xrt/xrt_system.h" 11 13 #include "xrt/xrt_session.h" 12 14 #include "os/os_threading.h"