16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 11:29:18 +02:00

Fix #includes in betterRenderer and ci_shadervalidator after file reorganization

Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-14 19:26:52 +00:00
parent 7e49aa8740
commit 4b1913438d
13 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
#include <fmt/format.h>
#include <utilities.h>
#include "Logs.h"
#include "utilities/Logs.h"
// #include "Texture.h"
#include "nvrendererbackend.h"
#include "stbi/stb_image.h"