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:
baldurk
2019-12-04 14:52:27 +00:00
parent f68645bddc
commit c4ca8cb1d1
163 changed files with 839 additions and 710 deletions
+1
View File
@@ -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"