mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +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
|
* @ingroup comp_render
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "render/render_interface.h"
|
#include "xrt/xrt_config_build.h"
|
||||||
|
|
||||||
#include "vk/vk_mini_helpers.h"
|
#include "vk/vk_mini_helpers.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include "render/render_interface.h"
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <assert.h>
|
/*
|
||||||
|
*
|
||||||
|
* Shader headers.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
|
@ -23,8 +26,6 @@
|
||||||
#pragma GCC diagnostic ignored "-Wnewline-eof"
|
#pragma GCC diagnostic ignored "-Wnewline-eof"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "xrt/xrt_config_build.h"
|
|
||||||
|
|
||||||
#include "shaders/blit.comp.h"
|
#include "shaders/blit.comp.h"
|
||||||
#include "shaders/clear.comp.h"
|
#include "shaders/clear.comp.h"
|
||||||
#include "shaders/layer.comp.h"
|
#include "shaders/layer.comp.h"
|
||||||
|
|
Loading…
Reference in a new issue