c/render: Tidy header includes in shaders [NFC]

This commit is contained in:
Jakob Bornecrantz 2023-10-01 13:24:43 +01:00
parent ae3cf44263
commit b5a9300479

View file

@ -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"