rm class_db.h from resource.h

This commit is contained in:
StarryWorm 2026-02-27 15:30:51 -05:00
parent 95535167b3
commit 357fa00a4a
111 changed files with 284 additions and 141 deletions

View file

@ -30,6 +30,8 @@
#include "http_client_web.h"
#include "core/object/class_db.h"
void HTTPClientWeb::_parse_headers(int p_len, const char **p_headers, void *p_ref) {
HTTPClientWeb *client = static_cast<HTTPClientWeb *>(p_ref);
for (int i = 0; i < p_len; i++) {