mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/render: Tidy header includes in shaders [NFC]
This commit is contained in:
parent
ae3cf44263
commit
b5a9300479
|
@ -8,14 +8,17 @@
|
|||
* @ingroup comp_render
|
||||
*/
|
||||
|
||||
#include "render/render_interface.h"
|
||||
|
||||
#include "xrt/xrt_config_build.h"
|
||||
#include "vk/vk_mini_helpers.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "render/render_interface.h"
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* Shader headers.
|
||||
*
|
||||
*/
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic push
|
||||
|
@ -23,8 +26,6 @@
|
|||
#pragma GCC diagnostic ignored "-Wnewline-eof"
|
||||
#endif
|
||||
|
||||
#include "xrt/xrt_config_build.h"
|
||||
|
||||
#include "shaders/blit.comp.h"
|
||||
#include "shaders/clear.comp.h"
|
||||
#include "shaders/layer.comp.h"
|
||||
|
|
Loading…
Reference in a new issue