mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-23 10:20:50 +00:00
Reduce reliance on big public headers where possible
* Mostly moving includes from common headers to cpp where possible, and removing includes of the whole thing where only enums or rdcstr etc are needed.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "3rdparty/miniz/miniz.h"
|
||||
#include "api/replay/version.h"
|
||||
#include "core/core.h"
|
||||
#include "replay/replay_driver.h"
|
||||
#include "strings/string_utils.h"
|
||||
#include "android_utils.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user