rm class_db.h from resource.h
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user