The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Remove unused header files from comp_target_swapchain.c

authored by

utzcoz and committed by
Jakob Bornecrantz
62d15104 7676fa0a

-3
-3
src/xrt/compositor/main/comp_target_swapchain.c
··· 9 9 */ 10 10 11 11 #include "os/os_threading.h" 12 - #include "xrt/xrt_config_os.h" 13 12 14 13 #include "util/u_misc.h" 15 14 #include "util/u_pacing.h" ··· 18 17 #include "main/comp_compositor.h" 19 18 #include "main/comp_target_swapchain.h" 20 19 21 - #include <stdio.h> 22 20 #include <assert.h> 23 21 #include <stdlib.h> 24 - #include <string.h> 25 22 #include <inttypes.h> 26 23 27 24