Move ProcessID typedef out of OS

This allows decoupling a number of files from `os.h`.
This commit is contained in:
Rémi Verschelde 2026-03-03 14:57:27 +01:00
parent c0ebded926
commit 727b06a79f
No known key found for this signature in database
GPG key ID: C3336907360768E1
95 changed files with 273 additions and 191 deletions

View file

@ -34,6 +34,7 @@
#include "core/debugger/debugger_marshalls.h"
#include "core/debugger/remote_debugger.h"
#include "core/object/class_db.h"
#include "core/os/os.h"
#include "core/string/ustring.h"
#include "core/variant/typed_dictionary.h"
#include "core/version.h"