Fix some includes in source/renderer

Make include-what-you-use happy with some files in source/renderer and
fix what needs to be fixed.

Ref: #8086
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-07-06 20:15:27 +02:00
parent c2cc762616
commit e7f44ca6ca
44 changed files with 281 additions and 158 deletions
+8 -2
View File
@@ -24,14 +24,20 @@
#include "Profiler2GPU.h"
#include "lib/debug.h"
#include "lib/types.h"
#include "ps/ConfigDB.h"
#include "ps/Profiler2.h"
#include "ps/VideoMode.h"
#include "renderer/backend/IDevice.h"
#include "renderer/Renderer.h"
#include "renderer/backend/IDeviceCommandContext.h"
#include <cstddef>
#include <cstdint>
#include <deque>
#include <stack>
#include <iterator>
#include <string>
#include <utility>
#include <vector>
/**