Core: Remove class_db.h include from ref_counted.h

This commit is contained in:
Thaddeus Crews 2026-02-19 08:09:08 -06:00
parent f630133a01
commit abdde1b69d
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
48 changed files with 185 additions and 84 deletions

View file

@ -33,6 +33,8 @@
#include "core/core_globals.h"
#include "core/os/os.h"
#include <cstdio>
static PrintHandlerList *print_handler_list = nullptr;
static thread_local bool is_printing = false;