Move ProcessID typedef out of OS
This allows decoupling a number of files from `os.h`.
This commit is contained in:
parent
c0ebded926
commit
727b06a79f
95 changed files with 273 additions and 191 deletions
|
|
@ -32,10 +32,16 @@
|
|||
|
||||
#include "gdscript_test_runner.h"
|
||||
|
||||
#include "modules/gdscript/gdscript_cache.h"
|
||||
#include "../gdscript_cache.h"
|
||||
|
||||
#include "core/io/file_access.h"
|
||||
#include "tests/test_macros.h"
|
||||
#include "tests/test_utils.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#include "core/os/os.h"
|
||||
#endif
|
||||
|
||||
namespace GDScriptTests {
|
||||
|
||||
class TestGDScriptCacheAccessor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue