mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/main: Remove unused header files from comp_target_swapchain.c
This commit is contained in:
parent
7676fa0a93
commit
62d1510458
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
|
||||
#include "os/os_threading.h"
|
||||
#include "xrt/xrt_config_os.h"
|
||||
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_pacing.h"
|
||||
|
@ -18,10 +17,8 @@
|
|||
#include "main/comp_compositor.h"
|
||||
#include "main/comp_target_swapchain.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue