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

@@ -3,8 +3,8 @@
#include <GLFW/glfw3.h>
#include <fmt/format.h>
#include "Globals.h"
#include "Logs.h"
#include "utilities/Globals.h"
#include "utilities/Logs.h"
#include "config.h"
#include "nvrenderer/nvrenderer.h"